From c49fb0a4a094ff0252dfca08b6f790e979a78f42 Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Tue, 17 Sep 2024 16:04:37 -0400 Subject: [PATCH] TST: updated ops testing Updated the ops testing requirements. --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 936d29e..a616f90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,8 @@ jobs: os: ubuntu-latest test_config: "SPEC0" # Operational compliance settings - - python-version: "3.6.8" - numpy_ver: "1.19.5" + - python-version: "3.9" + numpy_ver: "1.25.5" os: "ubuntu-20.04" test_config: "Ops" @@ -44,9 +44,7 @@ jobs: if: ${{ matrix.test_config == 'Ops'}} run: | pip install numpy==${{ matrix.numpy_ver }} - pip install -r requirements.txt - pip install -r test_requirements.txt - pip install . + pip install --upgrade-strategy only-if-needed .[test] - name: Install NEP29 dependencies if: ${{ matrix.test_config == 'SPEC0'}}