Skip to content

Commit 3cd6ecc

Browse files
committed
maybe no space?
1 parent d45a972 commit 3cd6ecc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ python -m pip install dist/*.zip
396396
if python -c 'import sys; sys.exit(sys.version_info >= (3, 7))'; then
397397
# Python < 3.7, select last ipython with 3.6 support
398398
# 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
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
401401
git diff test-requirements.txt
402402
fi
403403

0 commit comments

Comments
 (0)