We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e2950 commit 2af9a13Copy full SHA for 2af9a13
.github/workflows/python-pr.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: astral-sh/setup-uv@v5
23
24
- name: Install dependencies
25
- run: uv pip install tox tox-gh tox-uv
+ run: uv pip install tox tox-gh 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