Skip to content

Commit

Permalink
still trying different versions of petsc
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Feb 4, 2025
1 parent 1c92e01 commit 2f2c268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dymos_docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

# make sure the latest versions of things don't break the docs
# sticking with Python 3.12 for now, 3.13 requires NumPy 2.1 which does not work yet with PETSc/pyoptsparse
# Pin PETSc back to 3.22.0
# Pin PETSc back to 3.22.2
- NAME: latest
PY: '3.12'
NUMPY: 1
SCIPY: 1
PETSc: 3.22.0
PETSc: 3.22.2
PYOPTSPARSE: 'latest'
SNOPT: 7.7
OPENMDAO: 'dev'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dymos_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
PY: '3.13'
NUMPY: 2
SCIPY: 1
PETSc: 3.22.0
PETSc: 3.22.2
# PYOPTSPARSE: 'latest'
SNOPT: 7.7
OPENMDAO: 'dev'
Expand Down

0 comments on commit 2f2c268

Please sign in to comment.