File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
run-unit-tests :
12
12
runs-on : ubuntu-latest
13
13
container :
14
- image : docker://nrel/openstudio:3.7.0-rc3
14
+ image : docker://nrel/openstudio:3.7.0
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
with :
63
63
run-workflow1-tests :
64
64
runs-on : ubuntu-latest
65
65
container :
66
- image : docker://nrel/openstudio:3.7.0-rc3
66
+ image : docker://nrel/openstudio:3.7.0
67
67
steps :
68
68
- uses : actions/checkout@v3
69
69
with :
86
86
run-workflow2-tests :
87
87
runs-on : ubuntu-latest
88
88
container :
89
- image : docker://nrel/openstudio:3.7.0-rc3
89
+ image : docker://nrel/openstudio:3.7.0
90
90
steps :
91
91
- uses : actions/checkout@v3
92
92
with :
@@ -115,8 +115,8 @@ jobs:
115
115
- name : Install software and run test
116
116
shell : pwsh
117
117
run : |
118
- $env:OS_VERSION="3.7.0-rc3 "
119
- $env:OS_SHA="37087fd612 "
118
+ $env:OS_VERSION="3.7.0"
119
+ $env:OS_SHA="d5269793f1 "
120
120
Invoke-WebRequest -OutFile Windows.tar.gz -URI "https://github.com/NREL/OpenStudio/releases/download/v${env:OS_VERSION}/OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows.tar.gz"
121
121
tar -xzf Windows.tar.gz
122
122
& .\OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows\bin\openstudio.exe workflow\run_simulation.rb -x workflow\sample_files\base.xml --hourly ALL --add-component-loads --add-stochastic-schedules
You can’t perform that action at this time.
0 commit comments