Skip to content

Commit

Permalink
Merge pull request #1882 from NREL/os390rc3
Browse files Browse the repository at this point in the history
Test OpenStudio 3.9.0-rc3
  • Loading branch information
shorowit authored Nov 13, 2024
2 parents d38fa18 + 9ebac89 commit c3af54f
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-22.04
container:
image: docker://nrel/openstudio:dev-3.9.0-rc1
image: docker://nrel/openstudio:dev-3.9.0-rc3
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run-workflow1-tests:
runs-on: ubuntu-22.04
container:
image: docker://nrel/openstudio:dev-3.9.0-rc1
image: docker://nrel/openstudio:dev-3.9.0-rc3
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -100,7 +100,7 @@ jobs:
run-workflow2-tests:
runs-on: ubuntu-22.04
container:
image: docker://nrel/openstudio:dev-3.9.0-rc1
image: docker://nrel/openstudio:dev-3.9.0-rc3
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -129,8 +129,8 @@ jobs:
- name: Install software and run test
shell: pwsh
run: |
$env:OS_VERSION="3.9.0-rc1"
$env:OS_SHA="fb69e5479c"
$env:OS_VERSION="3.9.0-rc3"
$env:OS_SHA="a000d0ea29"
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 c3af54f

Please sign in to comment.