Skip to content

Commit

Permalink
Merge pull request #19 from PecanProject/remove_windows_builds
Browse files Browse the repository at this point in the history
Remove Windows builds from Sipnet CI
  • Loading branch information
dlebauer authored Aug 21, 2024
2 parents db537b7 + 7416460 commit 313354c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:

# try to build SIPNET on Windows, Ubuntu, MacOS
# try to build SIPNET on Ubuntu & MacOS
build:
strategy:
fail-fast: false
Expand All @@ -18,7 +18,6 @@ jobs:
- macos-latest
- ubuntu-latest
- ubuntu-20.04
- windows-latest

runs-on: ${{ matrix.OS }}

Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
exit 1
# check whether niwot.out has changed
- name: Check whether niwot.out has changed
if: runner.os != 'Windows' #fails b/c line endings?
shell: bash
run: |
if git diff --exit-code Sites/Niwot/niwot.out; then
Expand Down

0 comments on commit 313354c

Please sign in to comment.