We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f30ff73 + 313354c commit d70dec2Copy full SHA for d70dec2
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
12
- # try to build SIPNET on Windows, Ubuntu, MacOS
+ # try to build SIPNET on Ubuntu & MacOS
13
build:
14
strategy:
15
fail-fast: false
@@ -18,7 +18,6 @@ jobs:
18
- macos-latest
19
- ubuntu-latest
20
- ubuntu-20.04
21
- - windows-latest
22
23
runs-on: ${{ matrix.OS }}
24
@@ -46,7 +45,6 @@ jobs:
46
45
exit 1
47
# check whether niwot.out has changed
48
- name: Check whether niwot.out has changed
49
- if: runner.os != 'Windows' #fails b/c line endings?
50
shell: bash
51
run: |
52
if git diff --exit-code Sites/Niwot/niwot.out; then
0 commit comments