We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b0598 commit 943b71bCopy full SHA for 943b71b
3 files changed
.github/workflows/test.yml
@@ -205,11 +205,8 @@ jobs:
205
echo "Adding Python $py_ver"
206
pixi add "python=$py_ver"
207
208
- # diffpy.pdffit2 wheel needs libgsl on macOS. Added as
209
- # platform-specific deps so this is a no-op on Linux/Windows.
210
echo "Adding GNU Scientific Library (required by diffpy.pdffit2)"
211
- pixi add --platform osx-arm64 gsl
212
- pixi add --platform osx-64 gsl
+ pixi add gsl
213
214
# diffpy.pdffit2 wheel links @rpath/libc++.1.dylib, which must be
215
# present in the conda env lib/ dir on macOS (Python propagates its
0 commit comments