We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294be81 commit ed51539Copy full SHA for ed51539
.github/workflows/build_python_deps_linux.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Install python deps
64
run: |
65
- python -m install --upgrade pip
+ python -m pip install --upgrade pip
66
python -m pip install cibuildwheel==2.17.0
67
68
- uses: actions-rust-lang/setup-rust-toolchain@v1
0 commit comments