Skip to content

Commit bd50fa4

Browse files
committed
fix workflow
1 parent 758b5de commit bd50fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Install dependencies
131131
run: |
132132
python -m pip install --upgrade pip
133-
pip install build
133+
pip install build cython numpy
134134
135135
- name: Set dynamic version
136136
run: |

0 commit comments

Comments
 (0)