Skip to content

Commit 77ae5ca

Browse files
authored
Merge pull request #88 from PyAutoLabs/fix/lib-tests-arcticpy-cython
lib-tests: arcticpy source build needs cython
2 parents db6201b + 1e53e94 commit 77ae5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lib-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# first and arcticpy is built without deps or build isolation.
8181
sudo apt-get update && sudo apt-get install -y libgsl-dev
8282
pip install --upgrade pip setuptools wheel
83-
pip install numpy
83+
pip install numpy cython
8484
pip install arcticpy==2.6 --no-build-isolation --no-deps
8585
8686
- name: Install (deps + package from source, [optional] extras)

0 commit comments

Comments
 (0)