Add CI for cython
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -20,4 +20,4 @@ jobs:
|
|||||||
- name: Run cython
|
- name: Run cython
|
||||||
run: |
|
run: |
|
||||||
cd examples/cython
|
cd examples/cython
|
||||||
python3 setup.py build_ext --inplace && python3 pygjk_trial.py
|
python3 setup.py build_ext --inplace && python3 -m pytest -s -v test.py
|
||||||
|
|||||||
Reference in New Issue
Block a user