File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,20 @@ 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 for Linux and Windows
1615 include :
1716 - os : ubuntu-22.04
18- apt : 10
17+ apt : 10 # Linux will install the latest GSL version
1918 - os : macos-14
20- brew : 20
19+ brew : 20 # macOS will install the latest GSL version
2120 - os : windows-latest
2221 winget : 30
22+ gsl_version : " 2.6"
23+ - os : windows-latest
24+ winget : 30
25+ gsl_version : " 2.7"
26+ - os : windows-latest
27+ winget : 30
28+ gsl_version : " 2.8"
2329 steps :
2430 - name : mamba-setup
2531 uses : mamba-org/setup-micromamba@v1
4551 meson
4652 ninja
4753 meson-python
48- gsl=${{ matrix.gsl_version }}
4954 post-cleanup : all
5055 generate-run-shell : false
5156 - name : Display Python version
You can’t perform that action at this time.
0 commit comments