Skip to content

Commit

Permalink
fix(ci): update pixi.lock (modified from #1713) (#1715)
Browse files Browse the repository at this point in the history
* ci: set pixi-setup frozen to true

* update pixi.lock file

* make sure smoke test is a smoke test

* exclude test001h_rch_array4 and test001h_evt_array4

* fix openmpi version for Linux

---------

Co-authored-by: Joseph Hughes <[email protected]>
  • Loading branch information
mjr-deltares and jdhughes-usgs authored Apr 11, 2024
1 parent f5edfad commit 7d1e183
Show file tree
Hide file tree
Showing 5 changed files with 1,686 additions and 868 deletions.
3 changes: 2 additions & 1 deletion .github/actions/test-par/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ runs:
shell: bash
working-directory: petsc
run: |
sudo ./configure PETSC_ARCH=linux-gnu --download-fblaslapack --download-openmpi
sudo wget -P $GITHUB_WORKSPACE/petsc https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.2.tar.gz
sudo ./configure PETSC_ARCH=linux-gnu --download-fblaslapack --download-openmpi=$GITHUB_WORKSPACE/petsc/openmpi-5.0.2.tar.gz
sudo make all
- name: Configure PETSc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
if [ "${{ github.ref_name }}" == "master" ]; then
pixi run autotest -m "not slow and not regression and not developmode"
else
pixi run autotest
pixi run autotest --smoke
fi
- name: Upload failed test output
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
pixi-version: "latest"
cache: false

- name: Update pixi lock file
run: |
rm pixi.lock
Expand Down
3 changes: 3 additions & 0 deletions autotest/test_testmodels_mf6.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"test016_Keating_disu_dev",
"test053_npf-a-nwt_dev",
"test053_npf-b-nwt_dev",
# todo reinstate when flopy fixed: https://github.com/modflowpy/flopy/issues/2145
"test001h_evt_array4",
"test001h_rch_array4",
]


Expand Down
Loading

0 comments on commit 7d1e183

Please sign in to comment.