We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d813a commit 28ee227Copy full SHA for 28ee227
1 file changed
.github/workflows/pymoose.yml
@@ -12,7 +12,7 @@ jobs:
12
build_type: [Release]
13
c_compiler: [clang]
14
python-version: ["3.12"]
15
- gsl_version: ["2.6", "2.7", "2.8"] # Multiple GSL versions
+ gsl_version: ["2.6", "2.7", "2.8"] # Multiple GSL versions for Linux and Windows
16
include:
17
- os: ubuntu-22.04
18
apt: 10
@@ -58,8 +58,7 @@ jobs:
58
- if: ${{ matrix.brew }}
59
run: |
60
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 }}
+ brew install gsl # Always install the latest GSL version on macOS
63
brew install hdf5
64
- name: checkout
65
uses: actions/checkout@v4
0 commit comments