From 8a5f6889cf2bae867d70bcff6ca408d142bd4b61 Mon Sep 17 00:00:00 2001 From: Darice L Guittet Date: Tue, 24 Dec 2024 10:12:22 -0700 Subject: [PATCH] Update test_pkg.yml --- .github/workflows/test_pkg.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_pkg.yml b/.github/workflows/test_pkg.yml index d2bbefd..59b24ac 100644 --- a/.github/workflows/test_pkg.yml +++ b/.github/workflows/test_pkg.yml @@ -47,7 +47,7 @@ jobs: run: | pip install -r requirements.txt pip install -r tests/requirements.txt - conda install -c nrel nrel-pysam==${{ env.VERSION }} + pip install nrel-pysam==${{ env.VERSION }} - uses: actions/checkout@v3 - name: Checkout SAM @@ -98,7 +98,7 @@ jobs: echo $VER pip install -r requirements.txt pip install -r tests/requirements.txt - conda install -c nrel nrel-pysam==$VER + pip install nrel-pysam==$VER - uses: actions/checkout@v3 - name: Checkout SAM @@ -151,7 +151,7 @@ jobs: echo $VER pip install -r requirements.txt pip install -r tests/requirements.txt - conda install -c nrel nrel-pysam==$VER + pip install nrel-pysam==$VER - uses: actions/checkout@v3 - name: Checkout SAM @@ -164,4 +164,4 @@ jobs: run: | source /Users/runner/.bash_profile conda activate pysam_env - pytest tests \ No newline at end of file + pytest tests