Skip to content

Commit

Permalink
Fixing bad cibuildwheel install step
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 14, 2024
1 parent 4d686a2 commit 941d77a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
python_version: ${{ matrix.python_versions[0] }}

- name: Install python deps
run: |
python -m pip install cibuildwheel==2.17.0
python -m pip install
run: python -m pip install cibuildwheel==2.17.0

- name: Download and Untar File - Windows
if: matrix.wheel_combinations[0] == 'windows-latest'
Expand Down

0 comments on commit 941d77a

Please sign in to comment.