Skip to content

Commit 0ea1b88

Browse files
committed
Try to fix tests.yml
1 parent 30cd2a4 commit 0ea1b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install pytest
25+
pip install Cython
2626
python setup.py install
27+
pip install pytest
2728
- name: Run tests
2829
run: |
2930
pytest

0 commit comments

Comments
 (0)