Skip to content

Commit ce69cb5

Browse files
committed
Fix pip upgrade on Windows
1 parent e6742b5 commit ce69cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
BLACK_VERSION=22.6.0
66

7-
pip install -U pip setuptools wheel
7+
python -m pip install -U pip setuptools wheel
88

99
python setup.py sdist --formats=zip
1010
pip install dist/*.zip

0 commit comments

Comments
 (0)