Skip to content

Commit

Permalink
maybe no space?
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Sep 3, 2020
1 parent d45a972 commit 3cd6ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Expand Up @@ -396,8 +396,8 @@ python -m pip install dist/*.zip
if python -c 'import sys; sys.exit(sys.version_info >= (3, 7))'; then
# Python < 3.7, select last ipython with 3.6 support
# macOS requires the suffix for --in-place or you get an undefined label error
sed -i '.bak' 's/ipython==[^ ]*/ipython==7.16.1/' test-requirements.txt
sed -i '.bak' 's/traitlets==[^ ]*/traitlets==4.3.3/' test-requirements.txt
sed -i'.bak' 's/ipython==[^ ]*/ipython==7.16.1/' test-requirements.txt
sed -i'.bak' 's/traitlets==[^ ]*/traitlets==4.3.3/' test-requirements.txt
git diff test-requirements.txt
fi

Expand Down

0 comments on commit 3cd6ecc

Please sign in to comment.