Skip to content

Commit e5462e0

Browse files
committed
adding cibw
1 parent 2260c98 commit e5462e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ jobs:
117117
ls -la quaddtype/numpy_quaddtype/QBLAS/
118118
ls -la quaddtype/numpy_quaddtype/QBLAS/include/quadblas/
119119
120-
- name: Installing dependencies
120+
- name: Installing Python dependencies
121121
run: |
122122
pip install -U pip
123+
pip install cibuildwheel==3.1.4
123124
pip install pytest-run-parallel
124125
125126
- name: Build wheels

0 commit comments

Comments
 (0)