Skip to content

Commit

Permalink
Attemptign to fix broken pip upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 15, 2024
1 parent 294be81 commit ed51539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Install python deps
run: |
python -m install --upgrade pip
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.17.0
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit ed51539

Please sign in to comment.