Skip to content

Commit 5b8c036

Browse files
committed
Pins tox until issue with setup.cfg vs pyproject.toml is resolved
1 parent cd17eae commit 5b8c036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Install dependencies
25-
run: uv pip install tox tox-gh-actions tox-uv --system
25+
run: uv pip install "tox<4.30" tox-gh-actions tox-uv --system
2626

2727
- name: Test with tox without uploading coverage
2828
run: tox

.github/workflows/python-tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737

3838
- name: Install dependencies
39-
run: uv pip install tox tox-gh-actions tox-uv --system
39+
run: uv pip install "tox<4.30" tox-gh-actions tox-uv --system
4040

4141
- name: Test with tox and upload coverage results
4242
run: tox -- --codecov --codecov-token=${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)