From 3de15c32cb7682124592ce197a1d3560d6e282eb Mon Sep 17 00:00:00 2001 From: swryan Date: Fri, 25 Oct 2024 13:31:37 -0400 Subject: [PATCH] latest workflow --- .github/workflows/openmdao_latest_workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/openmdao_latest_workflow.yml b/.github/workflows/openmdao_latest_workflow.yml index b116230d23..fe64479e24 100644 --- a/.github/workflows/openmdao_latest_workflow.yml +++ b/.github/workflows/openmdao_latest_workflow.yml @@ -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 @@ -65,7 +65,7 @@ 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 @@ -73,7 +73,7 @@ jobs: - NAME: MacOS Latest, NumPy<2 OS: macos-13 PY: '3.12' - NUMPY: '1' + NUMPY: '<2' PETSc: true PYOPTSPARSE: true @@ -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 }}