Skip to content

Commit

Permalink
Update github-opengjk-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMontanari authored Nov 26, 2024
1 parent e2bd02b commit a7ebe64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-opengjk-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: apt-get update -y && apt-get install python3-setuptools numpy pytest scipy Cython -y
- run: apt-get update -y && apt-get install python3-setuptools
- run: pip3 install numpy pytest scipy Cython -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 a7ebe64

Please sign in to comment.