Skip to content

Commit 2af9a13

Browse files
committed
Fixes uv command
1 parent d5e2950 commit 2af9a13

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
uses: astral-sh/setup-uv@v5
2323

2424
- name: Install dependencies
25-
run: uv pip install tox tox-gh tox-uv
25+
run: uv pip install tox tox-gh 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
uses: astral-sh/setup-uv@v5
3737

3838
- name: Install dependencies
39-
run: uv pip install tox tox-gh tox-uv
39+
run: uv pip install tox tox-gh 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)