We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b005f commit 9d16c80Copy full SHA for 9d16c80
.github/workflows/ci.yml
@@ -156,6 +156,10 @@ jobs:
156
pip install -r requirements.pip.txt
157
pip install -r requirements.usgs.txt
158
159
+ - name: Update flopy
160
+ working-directory: modflow6/autotest
161
+ run: python update_flopy.py
162
+
163
- name: Build modflow6 example models
164
if: steps.cache-examples.outputs.cache-hit != 'true'
165
working-directory: modflow6-examples/etc
@@ -167,6 +171,7 @@ jobs:
167
171
BIN_PATH: ~/.local/bin/modflow
168
172
REPOS_PATH: ${{ github.workspace }}
169
173
GITHUB_TOKEN: ${{ github.token }}
174
+ GITHUB_USER: "MODFLOW-USGS"
170
175
run: pytest -v -n auto --durations 0 --ignore modflow_devtools/test/test_download.py
176
177
- name: Run network-dependent tests
0 commit comments