Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jun 8, 2021
1 parent f94654e commit 7c0414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- run: pip3 install -r cython/requirements.txt
- run: |
cd cython/
python setup.py build_ext --inplace
python3 setup.py build_ext --inplace
pip3 install .
cd ..
- run: python3 -m pytest
Expand Down

0 comments on commit 7c0414f

Please sign in to comment.