We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup.cfg
pyproject.toml
1 parent cd17eae commit 5b8c036Copy full SHA for 5b8c036
.github/workflows/python-pr.yaml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
24
- name: Install dependencies
25
- run: uv pip install tox tox-gh-actions tox-uv --system
+ run: uv pip install "tox<4.30" tox-gh-actions tox-uv --system
26
27
- name: Test with tox without uploading coverage
28
run: tox
.github/workflows/python-tox.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
- name: Test with tox and upload coverage results
42
run: tox -- --codecov --codecov-token=${{ secrets.CODECOV_TOKEN }}
0 commit comments