Skip to content

Commit badd384

Browse files
author
Nathaniel Saul
committed
install cython earlier
1 parent d4b5a14 commit badd384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install flake8 Cython ripser
28+
pip install Cython
29+
pip install flake8 ripser
2930
pip install -e ".[testing]"
3031
- name: Lint with flake8
3132
run: |

0 commit comments

Comments
 (0)