From 1e53e94186b5374d83f9a265b472b141d9807204 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 17 Jul 2026 08:52:21 +0100 Subject: [PATCH] lib-tests: arcticpy source build needs cython without build isolation (PyAutoCTI#88) Co-Authored-By: Claude Fable 5 --- .github/workflows/lib-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lib-tests.yml b/.github/workflows/lib-tests.yml index 15cf3e1..3cba0aa 100644 --- a/.github/workflows/lib-tests.yml +++ b/.github/workflows/lib-tests.yml @@ -80,7 +80,7 @@ jobs: # first and arcticpy is built without deps or build isolation. sudo apt-get update && sudo apt-get install -y libgsl-dev pip install --upgrade pip setuptools wheel - pip install numpy + pip install numpy cython pip install arcticpy==2.6 --no-build-isolation --no-deps - name: Install (deps + package from source, [optional] extras)