Skip to content

Commit a531056

Browse files
committed
chore: update tox runner
1 parent 608f473 commit a531056

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
enable-cache: true
2121
python-version: "3.11"
2222
- name: Install tox
23-
run: uv tool install tox --with tox-uv --with tox-gh
23+
run: uv tool install tox --with tox-uv --with git+https://github.com/huynguyengl99/tox-gh.git
2424
- name: Run lint
2525
run: tox -e lint
2626

@@ -69,7 +69,7 @@ jobs:
6969
enable-cache: true
7070
python-version: ${{ matrix.python-version }}
7171
- name: Install tox
72-
run: uv tool install tox --with tox-uv --with tox-gh
72+
run: uv tool install tox --with tox-uv --with git+https://github.com/huynguyengl99/tox-gh.git
7373
- name: Run tests
7474
run: tox
7575

@@ -113,7 +113,7 @@ jobs:
113113
enable-cache: true
114114
python-version: "3.11"
115115
- name: Install tox
116-
run: uv tool install tox --with tox-uv --with tox-gh
116+
run: uv tool install tox --with tox-uv --with git+https://github.com/huynguyengl99/tox-gh.git
117117
- name: Run coverage
118118
run: tox -e coverage
119119
- name: Upload coverage reports to Codecov

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ allowlist_externals =
2121
scripts/mypy.sh
2222
dependency_groups = dev-django, dev-fastapi, test
2323
extras = channels, fast_channels
24-
package = uv
25-
runner = uv-venv-runner
24+
package = editable
25+
runner = uv-venv-lock-runner
2626
setenv =
2727
PYTHONPATH = {toxinidir}
2828
commands =

0 commit comments

Comments
 (0)