Skip to content

Commit

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

0 comments on commit 5e0e524

Please sign in to comment.