We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcd18ab + 9af41b7 commit c656cfeCopy full SHA for c656cfe
.github/workflows/test.yml
@@ -29,11 +29,7 @@ jobs:
29
- name: Install Python
30
if: matrix.env != '3.13'
31
run: uv python install --python-preference only-managed ${{ matrix.env }}
32
- - name: Setup test suite
33
- run: tox run -vv --notest --skip-missing-interpreters false
34
- env:
35
- TOX_GH_MAJOR_MINOR: ${{ matrix.env }}
36
- name: Run test suite
37
- run: tox run --skip-pkg-install
+ run: tox run --skip-missing-interpreters false
38
env:
39
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}
pyproject.toml
@@ -109,6 +109,7 @@ env_list = [
109
skip_missing_interpreters = false
110
111
[tool.tox.env_run_base]
112
+runner = "uv-venv-lock-runner"
113
dependency_groups = [
114
"dev",
115
]
0 commit comments