From 318e05d4c2c829b7a7dabe56ff91c0bc2067bd75 Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Tue, 17 Sep 2024 14:10:20 -0400 Subject: [PATCH] TST: upgraded ops install Upgraded the operational installation strategy. --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 944c13b..622e4a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 == 'NEP29'}}