Skip to content

Commit

Permalink
Switch CI to test with mpich
Browse files Browse the repository at this point in the history
This should help catch library incompatibilities that go unnoticed
with `nompi`
  • Loading branch information
xylar committed Nov 16, 2023
1 parent 82d71ef commit 20a0980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ jobs:
name: Install compass
run: |
./conda/configure_compass_env.py \
--env_only \
--env_name compass_test \
--python=${{ matrix.python-version }} \
--mpi=mpich \
--verbose
source load_compass_test.sh
source load_compass_test_mpich.sh
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
name: Build Sphinx Docs
run: |
source load_compass_test.sh
source load_compass_test_mpich.sh
cd docs
make html
Expand All @@ -116,7 +116,7 @@ jobs:
env:
CHECK_IMAGES: False
run: |
source load_compass_test.sh
source load_compass_test_mpich.sh
python -c "import compass"
compass list
compass list --machines
Expand Down

0 comments on commit 20a0980

Please sign in to comment.