File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ allowlist_externals =
2121 scripts/mypy.sh
2222dependency_groups = dev-django, dev-fastapi, test
2323extras = channels, fast_channels
24- package = uv
25- runner = uv-venv-runner
24+ package = editable
25+ runner = uv-venv-lock- runner
2626setenv =
2727 PYTHONPATH = {toxinidir}
2828commands =
You can’t perform that action at this time.
0 commit comments