Skip to content

Commit a5b6586

Browse files
committed
syntax
1 parent 37b07c1 commit a5b6586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: poetry run poe test_dist
5454

5555
- if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
56-
name Run pytest (against pandas nightly)
56+
name: Run pytest (against pandas nightly)
5757
run: |
5858
poetry run poe pytest --nightly
5959
exit 0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ script = "scripts.test:test(dist=True)"
6868
[tool.poe.tasks.pytest]
6969
help = "Run pytest"
7070
script = "scripts.test:pytest(nightly)"
71-
args = [{name = "nightly", positional = false, default = false, type = "boolean", required = false, help= "Compare against pandas nightly (off by default)"}]
71+
args = [{name = "nightly", positional = false, default = false, type = "boolean", required = false, help= "Use pandas nightly (off by default)"}]
7272

7373
[tool.poe.tasks.style]
7474
help = "Run pre-commit"

0 commit comments

Comments
 (0)