Skip to content

Commit 9ba0d2c

Browse files
try fix windows
1 parent f19d98a commit 9ba0d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '3.10'
2222
- name: Install cibuildwheel
2323
run: |
24-
python -m pip install cibuildwheel==2.21.3
24+
python -m pip install cibuildwheel==2.21.3 setuptools cython numpy
2525
- name: Build wheels
2626
env:
2727
# We only build for Python 3.6+. On Linux manylinux2010 is used.

0 commit comments

Comments
 (0)