Skip to content

Commit 55ef6bf

Browse files
committed
Add numpy to publish build
1 parent 06a7792 commit 55ef6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install Cython==0.29.32
24+
pip install Cython==0.29.32 numpy==1.24.3
2525
pip install setuptools wheel twine
2626
- name: Build and publish
2727
env:

0 commit comments

Comments
 (0)