Skip to content

Commit f030c5a

Browse files
committed
ci: GitHub Action jobs for tox is dynamicly generated
1 parent ee0380b commit f030c5a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: Run tox
4545
env:
4646
TOXENV: ${{ matrix.tox-environment }}
47-
run: uv run --only-group=tox-uv tox run -e ${{matrix.tox-environment}}
47+
run: uv run --only-group=tox-uv tox run --runner uv-venv-lock-runner -e ${{matrix.tox-environment}}

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ commands = {envbindir}/pytest --basetemp={envtmpdir}/pytest {posargs}
1212

1313
[testenv:docs]
1414
changedir=docs
15-
deps=
16-
sphinx
15+
dependency_groups = docs
1716
commands=
1817
{envbindir}/sphinx-build -d {envtmpdir}/doctrees source {temp_dir}/docs/html -W -b html

0 commit comments

Comments
 (0)