Skip to content

Commit 941d77a

Browse files
committed
Fixing bad cibuildwheel install step
1 parent 4d686a2 commit 941d77a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_python_deps_linux.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
python_version: ${{ matrix.python_versions[0] }}
6262

6363
- name: Install python deps
64-
run: |
65-
python -m pip install cibuildwheel==2.17.0
66-
python -m pip install
64+
run: python -m pip install cibuildwheel==2.17.0
6765

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

0 commit comments

Comments
 (0)