Skip to content

Commit

Permalink
Merge pull request #1723 from NREL/os380final
Browse files Browse the repository at this point in the history
Update to final OS 3.8
  • Loading branch information
shorowit committed May 18, 2024
2 parents 13a75d9 + 8e49cd0 commit 6d5e02a
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.8.0-rc3
image: docker://nrel/openstudio:3.8.0
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run-workflow1-tests:
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:3.8.0-rc3
image: docker://nrel/openstudio:3.8.0
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -91,7 +91,7 @@ jobs:
run-workflow2-tests:
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:3.8.0-rc3
image: docker://nrel/openstudio:3.8.0
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
- name: Install software and run test
shell: pwsh
run: |
$env:OS_VERSION="3.8.0-rc3"
$env:OS_SHA="d8eac889d0"
$env:OS_VERSION="3.8.0"
$env:OS_SHA="f953b6fcaf"
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 6d5e02a

Please sign in to comment.