Skip to content

Commit

Permalink
pinning petsc to stay at 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Feb 4, 2025
1 parent 5e0e524 commit 1c92e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.21, 3.22 is failing
# Pin PETSc back to 3.22.0
- NAME: latest
PY: '3.12'
NUMPY: 1
SCIPY: 1
PETSc: 3.21.0
PETSc: 3.22.0
PYOPTSPARSE: 'latest'
SNOPT: 7.7
OPENMDAO: 'dev'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dymos_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ jobs:
PY: '3.13'
NUMPY: 2
SCIPY: 1
# Petsc 3.22 failing on github actions
PETSc: 3.21.0
PETSc: 3.22.0
# PYOPTSPARSE: 'latest'
SNOPT: 7.7
OPENMDAO: 'dev'
Expand Down

0 comments on commit 1c92e01

Please sign in to comment.