File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 19
19
- os : macos-latest
20
20
platform : x32
21
21
fail-fast : false
22
+ defaults :
23
+ run :
24
+ shell : bash -l {0}
22
25
23
26
steps :
24
27
- uses : actions/checkout@v4
@@ -36,13 +39,11 @@ jobs:
36
39
--channel conda-forge
37
40
38
41
- name : Install netcdf4-python
39
- shell : bash -l {0}
40
42
run : |
41
43
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
42
44
python -m pip install -v -e . --no-deps --force-reinstall
43
45
44
46
- name : Tests
45
- shell : bash -l {0}
46
47
run : |
47
48
cd test && python run_all.py
48
49
53
54
python-version : [ "3.11" ]
54
55
os : [ubuntu-latest]
55
56
platform : [x64]
57
+ defaults :
58
+ run :
59
+ shell : bash -l {0}
60
+
56
61
steps :
57
62
- uses : actions/checkout@v4
58
63
with :
@@ -69,14 +74,12 @@ jobs:
69
74
--channel conda-forge
70
75
71
76
- name : Install netcdf4-python with mpi
72
- shell : bash -l {0}
73
77
run : |
74
78
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
75
79
nc-config --all
76
80
python -m pip install -v -e . --no-build-isolation --no-deps --force-reinstall
77
81
78
82
- name : Tests
79
- shell : bash -l {0}
80
83
run : |
81
84
cd test && python run_all.py
82
85
cd ../examples
You can’t perform that action at this time.
0 commit comments