Skip to content

Commit ffc6406

Browse files
author
Nathaniel Saul
committed
add special requirements to deploy install
1 parent 378b97b commit ffc6406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23+
pip install Cython
24+
pip install ripser
2325
pip install setuptools wheel twine
2426
- name: Build and publish
2527
env:

0 commit comments

Comments
 (0)