Skip to content

Commit

Permalink
Upgrading pip prior to rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 15, 2024
1 parent ca9b823 commit 294be81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
python_version: ${{ matrix.python_versions[0] }}

- name: Install python deps
run: python -m pip install cibuildwheel==2.17.0
run: |
python -m install --upgrade pip
python -m pip install cibuildwheel==2.17.0
- uses: actions-rust-lang/setup-rust-toolchain@v1
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
Expand Down

0 comments on commit 294be81

Please sign in to comment.