Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
# Pin the ruff version: an unpinned linter means an upstream release
# can turn every PR red overnight (ruff 0.16.0 did exactly that by
# expanding the default rule set). Bump deliberately.
- uses: astral-sh/ruff-action@v3
with:
version: "0.15.21"

nompi4py:
name: no mpi4py
Expand Down
Loading