We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf24b3 commit 4493cd3Copy full SHA for 4493cd3
1 file changed
.github/workflows/pytest.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install SMARTS 2.9.5
46
run: |
47
- wget https://www.nrel.gov/grid/solar-resource/assets/data/smarts-295-linux-tar.gz -O /tmp/smarts.tar.gz
+ wget https://www.nrel.gov/media/docs/libraries/grid/smarts-295-linux-tar.gz?sfvrsn=ef08b59d_1&download=true -O /tmp/smarts.tar.gz
48
tar -xvf /tmp/smarts.tar.gz
49
unlink $PWD/SMARTS_295_Linux/smarts295bat
50
sed -i 's/batch=.FALSE./batch=.TRUE./g' $PWD/SMARTS_295_Linux/Source_code/smarts295.f
0 commit comments