We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378b97b commit ffc6406Copy full SHA for ffc6406
.github/workflows/python-publish.yml
@@ -20,6 +20,8 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
+ pip install Cython
24
+ pip install ripser
25
pip install setuptools wheel twine
26
- name: Build and publish
27
env:
0 commit comments