Skip to content

Commit

Permalink
only run CI on linux to avoid container on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Oct 25, 2023
1 parent bd6daff commit 0268c8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
weeknight-tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
# os: [ubuntu-latest, windows-latest]
simulation-type: [basic, GEB, residential, electric]
# python-version: ["3.10"]
runs-on: ${{ matrix.os }}
# runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:3.6.1
steps:
Expand Down

0 comments on commit 0268c8a

Please sign in to comment.