Skip to content

Commit

Permalink
Bump to final OS v3.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Nov 21, 2023
1 parent 8db786f commit c967390
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run-unit-tests:
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:3.7.0-rc3
image: docker://nrel/openstudio:3.7.0
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run-workflow1-tests:
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:3.7.0-rc3
image: docker://nrel/openstudio:3.7.0
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -86,7 +86,7 @@ jobs:
run-workflow2-tests:
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:3.7.0-rc3
image: docker://nrel/openstudio:3.7.0
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -115,8 +115,8 @@ jobs:
- name: Install software and run test
shell: pwsh
run: |
$env:OS_VERSION="3.7.0-rc3"
$env:OS_SHA="37087fd612"
$env:OS_VERSION="3.7.0"
$env:OS_SHA="d5269793f1"
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"
tar -xzf Windows.tar.gz
& .\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
Expand Down

0 comments on commit c967390

Please sign in to comment.