Skip to content

Commit 6c7622b

Browse files
committed
Whoops, re-fix the noxfile env names.
1 parent abc37b5 commit 6c7622b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
posargs: [""]
5252
include:
5353
- os: ubuntu-latest
54-
noxenv: "tests-3.11(extras='[format]')"
54+
noxenv: "tests-3.11(format)"
5555
posargs: ghcoverage
5656
- os: ubuntu-latest
57-
noxenv: "tests-3.11(extras='')"
57+
noxenv: "tests-3.11(no-extras)"
5858
posargs: ghcoverage
5959
exclude:
6060
- os: windows-latest

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
INSTALLABLE = [
1313
nox.param(value, id=name) for name, value in [
14-
("no-extras", ROOT),
14+
("no-extras", str(ROOT)),
1515
("format", f"{ROOT}[format]"),
1616
("format-nongpl", f"{ROOT}[format-nongpl]"),
1717
]

0 commit comments

Comments
 (0)