Skip to content

Commit

Permalink
install instead
Browse files Browse the repository at this point in the history
  • Loading branch information
synodriver committed Feb 3, 2024
1 parent 0e48c98 commit ad8e0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install cython
- name: build_whl
run: |
python setup.py build_ext -i --use-cython --use-cffi
python setup.py install --use-cython --use-cffi
- name: Test with unitest
run: |
python tests/test_all.py
Expand Down

0 comments on commit ad8e0e9

Please sign in to comment.