Skip to content

Commit

Permalink
Amend last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMontanari authored Nov 26, 2024
1 parent d377e34 commit e2bd02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-opengjk-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +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: apt-get update -y && apt-get install python3-setuptools 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 e2bd02b

Please sign in to comment.