Skip to content

Commit fad6059

Browse files
committed
coverage
1 parent 5a33c72 commit fad6059

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/mf6.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646

4747
- name: Install dependencies
4848
working-directory: modflow6
49-
run: pixi run install
49+
run: |
50+
pixi run install
51+
pixi run pip install coverage
5052
5153
- name: Install FloPy
5254
working-directory: flopy
@@ -121,7 +123,9 @@ jobs:
121123

122124
- name: Install dependencies
123125
working-directory: modflow6
124-
run: pixi run install
126+
run: |
127+
pixi run install
128+
pixi run pip install coverage
125129
126130
- name: Install FloPy
127131
working-directory: flopy
@@ -142,4 +146,4 @@ jobs:
142146
143147
- name: Test MF6 examples
144148
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

0 commit comments

Comments
 (0)