Skip to content

Commit

Permalink
Update test_pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet authored Dec 24, 2024
1 parent 9dad931 commit 8a5f688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -164,4 +164,4 @@ jobs:
run: |
source /Users/runner/.bash_profile
conda activate pysam_env
pytest tests
pytest tests

0 comments on commit 8a5f688

Please sign in to comment.