Skip to content

Commit 4493cd3

Browse files
committed
update SMARTS download URL
1 parent 7bf24b3 commit 4493cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install SMARTS 2.9.5
4646
run: |
47-
wget https://www.nrel.gov/grid/solar-resource/assets/data/smarts-295-linux-tar.gz -O /tmp/smarts.tar.gz
47+
wget https://www.nrel.gov/media/docs/libraries/grid/smarts-295-linux-tar.gz?sfvrsn=ef08b59d_1&download=true -O /tmp/smarts.tar.gz
4848
tar -xvf /tmp/smarts.tar.gz
4949
unlink $PWD/SMARTS_295_Linux/smarts295bat
5050
sed -i 's/batch=.FALSE./batch=.TRUE./g' $PWD/SMARTS_295_Linux/Source_code/smarts295.f

0 commit comments

Comments
 (0)