Skip to content

Commit

Permalink
revert docs workflow to master version
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Jul 25, 2023
1 parent 6bbe1db commit f76455c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dymos_docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
echo "Install OpenMDAO"
echo "============================================================="
if [[ "${{ matrix.OPENMDAO }}" == "dev" ]]; then
pip install git+https://github.com/swryan/OpenMDAO@P88_load_case
pip install git+https://github.com/OpenMDAO/OpenMDAO
elif [[ "${{ matrix.OPENMDAO }}" == "latest" ]]; then
pip install openmdao
else
Expand Down

0 comments on commit f76455c

Please sign in to comment.