From a7ebe6412d18ca1aa0fe705b2d94b16f9f930dde Mon Sep 17 00:00:00 2001 From: Mattia Montanari <13785944+MattiaMontanari@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:25:30 +0100 Subject: [PATCH] Update github-opengjk-examples.yml --- .github/workflows/github-opengjk-examples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-opengjk-examples.yml b/.github/workflows/github-opengjk-examples.yml index aafb2bc..ee52e51 100644 --- a/.github/workflows/github-opengjk-examples.yml +++ b/.github/workflows/github-opengjk-examples.yml @@ -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