Skip to content

Commit

Permalink
try fix to cythong
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMontanari authored Nov 26, 2024
1 parent 10c39d3 commit d377e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-opengjk-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: apt-get update -y && apt-get install python3-setuptools -y
- run: cd examples/cython/ && python3 setup.py build_ext --inplace && python3 pygjk_trial.py
- run: cd examples/cython/ && pytest test.py

Expand Down

0 comments on commit d377e34

Please sign in to comment.