Skip to content

Commit ed51539

Browse files
committed
Attemptign to fix broken pip upgrade command
1 parent 294be81 commit ed51539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Install python deps
6464
run: |
65-
python -m install --upgrade pip
65+
python -m pip install --upgrade pip
6666
python -m pip install cibuildwheel==2.17.0
6767
6868
- uses: actions-rust-lang/setup-rust-toolchain@v1

0 commit comments

Comments
 (0)