Skip to content

Commit

Permalink
Resuming installation of cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 13, 2024
1 parent c5d43bf commit 390188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
with:
python_version: ${{ matrix.python_versions[0] }}

- name: Install build
run: python -m pip install build
- name: Install cibuildwheel
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 390188b

Please sign in to comment.