Skip to content

Commit 9ae0cd6

Browse files
committed
No requirements.txt
1 parent 866ce9b commit 9ae0cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install -U pip
31-
pip install -U -r requirements.txt
31+
pip install -U numpy
3232
3333
- name: Build sdist
3434
run: |

0 commit comments

Comments
 (0)