Skip to content

Commit febd824

Browse files
committed
build: support uv.lock
1 parent 4758043 commit febd824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
env:
2222
PIP_EXTRA_INDEX_URL: ${{vars.PIP_EXTRA_INDEX_URL}}
2323
- name: Run tox
24-
run: uv run --group tox --with tox-uv --no-dev tox run -e py -vvv
24+
run: uv run --group tox --with tox-uv --no-dev tox run -e py -vvv --runner uv-venv-lock-runner
2525
env:
2626
PIP_EXTRA_INDEX_URL: ${{vars.PIP_EXTRA_INDEX_URL}}

0 commit comments

Comments
 (0)