8000
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 71e679f commit 4dc2e02Copy full SHA for 4dc2e02
.github/workflows/lint.yml
@@ -19,5 +19,4 @@ jobs:
19
- uses: actions/setup-python@v5
20
with:
21
python-version: "3.x"
22
- cache: pip
23
- - uses: pre-commit/action@v3.0.1
+ - uses: tox-dev/action-pre-commit-uv@v1
.github/workflows/test.yml
@@ -26,17 +26,13 @@ jobs:
26
27
python-version: ${{ matrix.python-version }}
28
allow-prereleases: true
29
30
31
- - name: Install dependencies
32
- run: |
33
- python --version
34
- python -m pip install -U pip
35
- python -m pip install -U tox
+ - name: Install uv
+ uses: hynek/setup-cached-uv@v2
36
37
- name: Tox tests
38
run: |
39
- tox -e py
+ uvx --with tox-uv tox -e py
40
41
- name: Upload coverage
42
uses: codecov/codecov-action@v4
0 commit comments