We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45a972 commit 3cd6eccCopy full SHA for 3cd6ecc
1 file changed
ci.sh
@@ -396,8 +396,8 @@ python -m pip install dist/*.zip
396
if python -c 'import sys; sys.exit(sys.version_info >= (3, 7))'; then
397
# Python < 3.7, select last ipython with 3.6 support
398
# macOS requires the suffix for --in-place or you get an undefined label error
399
- sed -i '.bak' 's/ipython==[^ ]*/ipython==7.16.1/' test-requirements.txt
400
- 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
401
git diff test-requirements.txt
402
fi
403
0 commit comments