Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Aug 23, 2022
1 parent dbc2c5d commit adee1ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dymos_docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,6 @@ jobs:
echo "============================================================="
mamba install jupyter-book jupyter -q -y
- name: Install juptyter-book and jupyter
if: (github.event_name != 'workflow_dispatch' || matrix.NAME == 'latest')
shell: bash -l {0}
run: |
echo "============================================================="
echo "Install Numpy/Scipy"
echo "============================================================="
mamba install jupyter-book jupyter -q -y
- name: Install optional dependencies
if: (github.event_name != 'workflow_dispatch' || matrix.NAME == 'latest') && matrix.OPTIONAL == '[all]'
Expand Down

0 comments on commit adee1ae

Please sign in to comment.