Skip to content

Commit 943b71b

Browse files
committed
Consolidate GNU Scientific Library dependency for macOS in pixi.toml and test.yml
1 parent 93b0598 commit 943b71b

3 files changed

Lines changed: 295 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,8 @@ jobs:
205205
echo "Adding Python $py_ver"
206206
pixi add "python=$py_ver"
207207
208-
# diffpy.pdffit2 wheel needs libgsl on macOS. Added as
209-
# platform-specific deps so this is a no-op on Linux/Windows.
210208
echo "Adding GNU Scientific Library (required by diffpy.pdffit2)"
211-
pixi add --platform osx-arm64 gsl
212-
pixi add --platform osx-64 gsl
209+
pixi add gsl
213210
214211
# diffpy.pdffit2 wheel links @rpath/libc++.1.dylib, which must be
215212
# present in the conda env lib/ dir on macOS (Python propagates its

0 commit comments

Comments
 (0)