Skip to content

Commit 39e02c1

Browse files
committed
Add missing deps to test workflow
1 parent a2e9c24 commit 39e02c1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,14 @@ jobs:
199199
pixi init easydiffraction_py$py_ver
200200
cd easydiffraction_py$py_ver
201201
202+
echo "Setting macOS 14.0 as minimum required"
203+
pixi project system-requirements add macos 14.0
204+
202205
echo "Adding Python $py_ver"
203206
pixi add "python=$py_ver"
204207
205-
echo "Setting macOS 14.0 as minimum required"
206-
pixi project system-requirements add macos 14.0
208+
echo "Adding GNU Scientific Library (GSL)"
209+
pixi add gsl
207210
208211
echo "Looking for wheel in ../dist/py$py_ver/"
209212
ls -l "../dist/py$py_ver/"

0 commit comments

Comments
 (0)