Skip to content

Commit 390188b

Browse files
committed
Resuming installation of cibuildwheel
1 parent c5d43bf commit 390188b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_python_deps_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
with:
6161
python_version: ${{ matrix.python_versions[0] }}
6262

63-
- name: Install build
64-
run: python -m pip install build
63+
- name: Install cibuildwheel
64+
run: python -m pip install cibuildwheel==2.17.0
6565

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

0 commit comments

Comments
 (0)