Skip to content

Commit c537206

Browse files
committed
build: support uv.lock
1 parent f7bdcab commit c537206

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ jobs:
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
cache: 'pip' # caching pip dependencies
18-
cache-dependency-path: |
19-
requirements/requirements*.txt
20-
requirements*.txt
2118
- name: Install requirements
2219
run: |
23-
pip install wheel
24-
pip install tox
25-
pip install -r requirements-dev.txt
20+
pip install uv
2621
env:
2722
PIP_EXTRA_INDEX_URL: ${{vars.PIP_EXTRA_INDEX_URL}}
2823
- name: Run tox
29-
run: tox -e py -vvv
24+
run: uv run --group tox --with tox-uv --no-dev -e py -vvv
3025
env:
3126
PIP_EXTRA_INDEX_URL: ${{vars.PIP_EXTRA_INDEX_URL}}

0 commit comments

Comments
 (0)