Skip to content

Commit

Permalink
updated versions due to release of OpenMDAO 3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crecine committed Mar 15, 2024
1 parent 1f2ac13 commit ff103e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
SCIPY: 1
PYOPTSPARSE: 'v2.9.1'
SNOPT: '7.7'
OPENMDAO: 'dev'
OPENMDAO: 'latest'
DYMOS: 'latest'
SSH_PRIVATE_KEY: ${{secrets.SSH_PRIVATE_KEY}}
SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
SCIPY: 1
PYOPTSPARSE: 'v2.9.1'
SNOPT: '7.7'
OPENMDAO: 'dev'
OPENMDAO: 'latest'
DYMOS: 'latest'
SSH_PRIVATE_KEY: ${{secrets.SSH_PRIVATE_KEY}}
SSH_KNOWN_HOSTS: ${{secrets.SSH_KNOWN_HOSTS}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
SCIPY: '1.6'
PYOPTSPARSE: 'v2.9.1'
SNOPT: '7.7'
OPENMDAO: 'dev'
OPENMDAO: '3.31.0'
DYMOS: '1.8.0'

# latest versions of openmdao/dymos
Expand All @@ -52,7 +52,7 @@ jobs:
SCIPY: 1
PYOPTSPARSE: 'v2.9.1'
SNOPT: '7.7'
OPENMDAO: 'dev'
OPENMDAO: 'latest'
DYMOS: 'latest'

# development versions of openmdao/dymos
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test_workflow_no_dev_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ jobs:
python-version: ${{ matrix.PY }}
channels: conda-forge

- name: Install OpenMDAO Dev
shell: bash -l {0}
run: |
echo "============================================================="
echo "THIS STEP IS TEMPORARY"
echo "Please remove after the release of OpenMDAO 3.31."
echo "Install OpenMDAO"
echo "============================================================="
pip install git+https://github.com/OpenMDAO/OpenMDAO
- name: Checkout Aviary
uses: actions/checkout@v4

Expand Down

0 comments on commit ff103e2

Please sign in to comment.