File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Install dependencies
48
48
working-directory : modflow6
49
- run : pixi run install
49
+ run : |
50
+ pixi run install
51
+ pixi run pip install coverage
50
52
51
53
- name : Install FloPy
52
54
working-directory : flopy
@@ -121,7 +123,9 @@ jobs:
121
123
122
124
- name : Install dependencies
123
125
working-directory : modflow6
124
- run : pixi run install
126
+ run : |
127
+ pixi run install
128
+ pixi run pip install coverage
125
129
126
130
- name : Install FloPy
127
131
working-directory : flopy
@@ -142,4 +146,4 @@ jobs:
142
146
143
147
- name : Test MF6 examples
144
148
working-directory : modflow6-examples/autotest
145
- run : pixi run --manifest-path=../modflow6/pixi.toml pytest -v -n=auto --durations=0 test_scripts.py
149
+ run : pixi run --manifest-path=../../ modflow6/pixi.toml pytest -v -n=auto --durations=0 test_scripts.py
You can’t perform that action at this time.
0 commit comments