Skip to content
Open
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ poetry run pytest -v tests --typeguard-packages=malariagen_data,malariagen_data.
### Review process

- PRs require approval from a project maintainer
- CI tests must pass (pytest on Python 3.10 with NumPy 1.26.4)
- All required CI checks must pass: the test matrix (Python 3.10, 3.11, and 3.12, each against the pinned and the latest supported NumPy), plus linting and coverage.
- Address review feedback by pushing new commits to your branch
- Once approved, a maintainer will merge your PR

Expand Down
Loading