Skip to content

Commit

Permalink
latest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Oct 25, 2024
1 parent 3aa1951 commit 3de15c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openmdao_latest_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- NAME: Ubuntu Latest, NumPy<2
OS: ubuntu-latest
PY: '3.12'
NUMPY: '1'
NUMPY: '<2'
PETSc: true
PYOPTSPARSE: true
SNOPT: true
Expand All @@ -65,15 +65,15 @@ jobs:
- NAME: Ubuntu Latest, NumPy 2 (No pyOptSparse)
OS: ubuntu-latest
PY: '3.13'
NUMPY: '2'
NUMPY: '>=2.1'
PETSc: true

# test latest versions on macos
# Include pyOptSparse, which requires NumPy<2
- NAME: MacOS Latest, NumPy<2
OS: macos-13
PY: '3.12'
NUMPY: '1'
NUMPY: '<2'
PETSc: true
PYOPTSPARSE: true

Expand All @@ -83,7 +83,7 @@ jobs:
- NAME: MacOS Latest, NumPy 2 (No pyOptSparse)
OS: macos-13
PY: '3.13'
NUMPY: '2'
NUMPY: '>=2.1'
PETSc: true

runs-on: ${{ matrix.OS }}
Expand Down

0 comments on commit 3de15c3

Please sign in to comment.