Skip to content

Commit

Permalink
pin 3.1.4 mpi4py
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Oct 27, 2023
1 parent 2329951 commit 5daea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "=============================================================";
echo "Install PETSc";
echo "=============================================================";
conda install -c conda-forge mpi4py petsc4py -q -y;
conda install -c conda-forge mpi4py=3.1.4 petsc4py -q -y;
echo "=============================================================";
echo "Install OpenMDAO";
echo "=============================================================";
Expand Down

0 comments on commit 5daea2c

Please sign in to comment.