Skip to content

Commit

Permalink
Merge branch 'master' into param-docs-to-md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebauer authored Oct 23, 2024
2 parents f30ff73 + 313354c commit d70dec2
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 d70dec2

Please sign in to comment.