Skip to content

Commit

Permalink
Merge pull request #166 from kejacobson/fix_ci_build_docs
Browse files Browse the repository at this point in the history
Fix pip install for mphys in build_docs github actions
  • Loading branch information
kejacobson authored Nov 27, 2023
2 parents c547005 + 4a8a551 commit f94f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/host_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cd OpenMDAO;
pip install .[all];
cd ../mphys;
pip install -e .
pip install -e .[all];
echo "=============================================================";
echo "List installed packages/versions";
echo "=============================================================";
Expand Down

0 comments on commit f94f356

Please sign in to comment.