From c246e958759aaa89488a2c3e1db50ebe8f8e11ef Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Sun, 25 Jun 2023 21:11:00 +0200 Subject: [PATCH] Our PR template still referenced the removed xtask infrastructure. --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f9877a1c..02c0d5d5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,5 +10,5 @@ Please consider adding the following to your pull request: - tests for all new or changed functions PyO3's CI pipeline will check your pull request. To run its tests -locally, you can run ```cargo xtask ci```. See its documentation - [here](https://github.com/PyO3/pyo3/tree/main/xtask#readme). +locally, you can run ```nox```. See ```nox --list-sessions``` +for a list of supported actions.