Skip to content

Commit 294be81

Browse files
committed
Upgrading pip prior to rustup
1 parent ca9b823 commit 294be81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
python_version: ${{ matrix.python_versions[0] }}
6262

6363
- name: Install python deps
64-
run: python -m pip install cibuildwheel==2.17.0
64+
run: |
65+
python -m install --upgrade pip
66+
python -m pip install cibuildwheel==2.17.0
6567
6668
- uses: actions-rust-lang/setup-rust-toolchain@v1
6769
if: matrix.wheel_combinations[0] == 'ubuntu-latest'

0 commit comments

Comments
 (0)