Skip to content

Commit

Permalink
Try printing exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Apr 17, 2024
1 parent 681037e commit 88ec50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
which python
python --version
echo "*** Attempting install ***"
conda install --update-deps -y mpi4py || echo $?
conda install --update-deps -y mpi4py && echo $?

0 comments on commit 88ec50f

Please sign in to comment.