Skip to content

Commit

Permalink
this'l work
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Mar 10, 2023
1 parent 6c17df2 commit 7bf1787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
wget https://github.com/LBNL-ETA/Radiance/releases/download/012cb178/Radiance_012cb178_Linux.zip -O radiance.zip
ls -l
unzip -l radiance.zip
unzip radiance.zip
realpath radiance.zip
ls -l $PWD
tar -xvf radiance-5.3.012cb17835-Linux.tar.gz
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Copy gencumulativesky into radiance /bin
run: |
cp $PWD/bifacial_radiance/data/gencumulativesky $PWD/radiance-5.2.dd0f8e38a7-Linux/usr/local/radiance/bin/
cp $PWD/bifacial_radiance/data/gencumulativesky $PWD/radiance-5.3.012cb17835-Linux/usr/local/radiance/bin/
- name: Install SMARTS 2.9.5
run: |
Expand Down

0 comments on commit 7bf1787

Please sign in to comment.