From d377e34ff0ec02ebc0927d27c435b1fd0c460a29 Mon Sep 17 00:00:00 2001 From: Mattia Montanari <13785944+MattiaMontanari@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:19:13 +0100 Subject: [PATCH] try fix to cythong --- .github/workflows/github-opengjk-examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-opengjk-examples.yml b/.github/workflows/github-opengjk-examples.yml index 1ee6a16..d95724a 100644 --- a/.github/workflows/github-opengjk-examples.yml +++ b/.github/workflows/github-opengjk-examples.yml @@ -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