We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcb276 commit 0bb3190Copy full SHA for 0bb3190
1 file changed
.github/workflows/ci.yml
@@ -147,14 +147,14 @@ jobs:
147
key: modflow6-examples-${{ hashFiles('modflow6-examples/data/**') }}
148
149
- name: Install extra Python packages
150
- if: steps.cache-examples.outputs.cache-hit != 'true'
+ if: steps.cache-examples.outputs.cache-hit != 'true' && matrix.python != '3.7'
151
working-directory: modflow6-examples/etc
152
run: |
153
pip install -r requirements.pip.txt
154
pip install -r requirements.usgs.txt
155
156
- name: Build modflow6 example models
157
158
159
run: python ci_build_files.py
160
0 commit comments