File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 40
40
- name : Install Modflow executables
41
41
uses : modflowpy/install-modflow-action@v1
42
42
43
+ - name : Install triangle (macOS workaround)
44
+ if : runner.os == 'macOS'
45
+ uses : modflowpy/install-modflow-action@v1
46
+ with :
47
+ repo : executables
48
+ ostag : mac
49
+ subset : triangle
50
+
43
51
- name : Run benchmarks
44
52
working-directory : autotest
45
53
run : |
Original file line number Diff line number Diff line change @@ -166,6 +166,14 @@ jobs:
166
166
with :
167
167
repo : modflow6-nightly-build
168
168
169
+ - name : Install triangle (macOS workaround)
170
+ if : runner.os == 'macOS'
171
+ uses : modflowpy/install-modflow-action@v1
172
+ with :
173
+ repo : executables
174
+ ostag : mac
175
+ subset : triangle
176
+
169
177
- name : Update package classes
170
178
run : python -m flopy.mf6.utils.generate_classes --ref develop --no-backup
171
179
Original file line number Diff line number Diff line change 60
60
with :
61
61
repo : modflow6-nightly-build
62
62
63
+ - name : Install triangle (macOS workaround)
64
+ if : runner.os == 'macOS'
65
+ uses : modflowpy/install-modflow-action@v1
66
+ with :
67
+ repo : executables
68
+ ostag : mac
69
+ subset : triangle
70
+
63
71
- name : Update FloPy packages
64
72
run : python -m flopy.mf6.utils.generate_classes --ref develop --no-backup
65
73
Original file line number Diff line number Diff line change 82
82
with :
83
83
repo : modflow6-nightly-build
84
84
85
+ - name : Install triangle (macOS workaround)
86
+ if : runner.os == 'macOS'
87
+ uses : modflowpy/install-modflow-action@v1
88
+ with :
89
+ repo : executables
90
+ ostag : mac
91
+ subset : triangle
92
+
85
93
- name : Run tutorial and example notebooks
86
94
working-directory : autotest
87
95
run : pytest -v -n auto test_notebooks.py
You can’t perform that action at this time.
0 commit comments