Skip to content

Commit 47e11b8

Browse files
committed
Handle tox 4 (passenv doesn't take spaces now).
1 parent c51b0d8 commit 47e11b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.11"
2020
- uses: pre-commit/[email protected]
2121

2222
ci:

tox.ini

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

1212
[testenv]
1313
changedir = {envtmpdir}
14-
passenv = CI GITHUB_STEP_SUMMARY PYTHONUTF8
14+
passenv = CI, GITHUB_STEP_SUMMARY, PYTHONUTF8
1515
setenv =
1616
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
1717

0 commit comments

Comments
 (0)