Skip to content

Commit

Permalink
release(1.2.8): update mf6 version
Browse files Browse the repository at this point in the history
Also added latest version of gsflow (v 2.3.0) and mfusg_gsi (v2.1.1).
  • Loading branch information
jdhughes-usgs committed Jul 4, 2023
1 parent 7241f50 commit 15089de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,11 @@ jobs:
run: |
.github/common/install-python.sh
- name: Download examples for pytest runs
working-directory: ./autotest
run: |
pytest -v -n=auto -m="base or regression" --durations=0 ci_setup.py
- name: test on Linux
- name: Download examples for pytest runs and test on Linux
if: runner.os == 'Linux'
working-directory: ./autotest
run: |
pytest -v -n=auto -m="regression" --durations=0 ci_setup.py
pytest -v -n=auto -m="base or regression" --durations=0 --cov=pymake --cov-report=xml
- name: test on MacOS
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/pymake-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ jobs:
gcc --version
g++ --version
- name: Download examples for pytest runs
working-directory: ./autotest
run: |
pytest -v -n=auto -m="base" --durations=0 ci_setup.py
- name: Run pytest
working-directory: ./autotest
run: |
Expand Down Expand Up @@ -147,10 +142,6 @@ jobs:
- name: Install GNU Fortran
uses: modflowpy/install-gfortran-action@v1

- name: Download examples for pytest runs
run: |
.github/common/download-examples.sh
- name: Run pytest
working-directory: ./autotest
run: |
Expand Down

0 comments on commit 15089de

Please sign in to comment.