Skip to content

Commit

Permalink
Hotfix to get github actions working (no more error for failed unit t…
Browse files Browse the repository at this point in the history
…est) (#198)

Quick fix for #195 via @CoryMartin-NOAA. This should stop the error for a failed unit test when submitting a PR or adding a new commit.
  • Loading branch information
SamuelDegelia-NOAA authored Oct 15, 2024
1 parent 983f1d8 commit 7eb855b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/norms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]

jobs:
check_pynorms:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Check coding norms with pycodestyle

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
ctests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Run Unit Tests with ctest

steps:
Expand Down

0 comments on commit 7eb855b

Please sign in to comment.