Skip to content

Commit 53a25fb

Browse files
jellybehrmann
authored andcommitted
ci: temporary pin tox to 4.29.x
4.30 breaks when setup.cfg doesn't contain tox configuration, even though it is configured in pyproject.toml.
1 parent f404796 commit 53a25fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Install tox
36-
run: python -m pip install tox
36+
# https://github.com/tox-dev/tox/issues/3602
37+
run: python -m pip install 'tox<4.30'
3738
- name: Run ruff format
3839
run: |
3940
tox -e ruff-format

0 commit comments

Comments
 (0)