Skip to content

Commit 1686d67

Browse files
PR feedback
1 parent e959636 commit 1686d67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/comment_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: "Optional tests run"
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
20-
# if more commands are added, they will need to be added here too as we don't have avvecc to env at this stage
20+
# if more commands are added, they will need to be added here too as we don't have access to env at this stage
2121
if: (github.event.issue.pull_request) && contains(fromJSON('["/pandas_nightly", "/pyright_strict", "/mypy_nightly"]'), github.event.comment.body)
2222

2323
steps:

docs/tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ The following tests are **optional**. Some of them are run by the CI but it is o
2323

2424
Among the tests above, the following can be run directly during a PR by commenting in the discussion.
2525

26-
- Run pytest against pandas nightly by commenting `\pandas_nightly`
27-
- Use mypy nightly to validate the annotations by commenting `\mypy_nightly`
28-
- Use pyright in full strict mode by commenting `\pyright_strict`
26+
- Run pytest against pandas nightly by commenting `/pandas_nightly`
27+
- Use mypy nightly to validate the annotations by commenting `/mypy_nightly`
28+
- Use pyright in full strict mode by commenting `/pyright_strict`

0 commit comments

Comments
 (0)