Skip to content

Commit

Permalink
update test_pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Mar 15, 2024
1 parent 812852e commit 5bf911e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
source /Users/runner/.bash_profile
conda activate pysam_env
VER=$(python -c "from files.version import __version__; print(__version__)")
echo $VER
pip install -r requirements.txt
pip install -r tests/requirements.txt
conda install -c nrel nrel-pysam==VER
conda install -c nrel nrel-pysam==$VER
- uses: actions/checkout@v3
- name: Checkout SAM
Expand Down

0 comments on commit 5bf911e

Please sign in to comment.