Skip to content

Commit 28ee227

Browse files
authored
Update pymoose.yml building with multi GSL
1 parent f0d813a commit 28ee227

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pymoose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_type: [Release]
1313
c_compiler: [clang]
1414
python-version: ["3.12"]
15-
gsl_version: ["2.6", "2.7", "2.8"] # Multiple GSL versions
15+
gsl_version: ["2.6", "2.7", "2.8"] # Multiple GSL versions for Linux and Windows
1616
include:
1717
- os: ubuntu-22.04
1818
apt: 10
@@ -58,8 +58,7 @@ jobs:
5858
- if: ${{ matrix.brew }}
5959
run: |
6060
brew list pkg-config && brew uninstall pkg-config || echo "pkg-config not installed, skipping uninstall."
61-
brew list pkg-config@0.29.2 && brew uninstall pkg-config@0.29.2 || echo "pkg-config@0.29.2 not available, skipping uninstall."
62-
brew install gsl@${{ matrix.gsl_version }}
61+
brew install gsl # Always install the latest GSL version on macOS
6362
brew install hdf5
6463
- name: checkout
6564
uses: actions/checkout@v4

0 commit comments

Comments
 (0)