We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e9c24 commit 39e02c1Copy full SHA for 39e02c1
1 file changed
.github/workflows/test.yml
@@ -199,11 +199,14 @@ jobs:
199
pixi init easydiffraction_py$py_ver
200
cd easydiffraction_py$py_ver
201
202
+ echo "Setting macOS 14.0 as minimum required"
203
+ pixi project system-requirements add macos 14.0
204
+
205
echo "Adding Python $py_ver"
206
pixi add "python=$py_ver"
207
- echo "Setting macOS 14.0 as minimum required"
- pixi project system-requirements add macos 14.0
208
+ echo "Adding GNU Scientific Library (GSL)"
209
+ pixi add gsl
210
211
echo "Looking for wheel in ../dist/py$py_ver/"
212
ls -l "../dist/py$py_ver/"
0 commit comments