Skip to content

Commit 73eb7fd

Browse files
committed
tox-gh instead of tox-gh-actions. And add tox-uv for speed.
1 parent 4fd667e commit 73eb7fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install dependencies
6565
run: |
6666
python -m pip install --upgrade pip
67-
python -m pip install tox tox-gh-actions
67+
python -m pip install tox tox-gh tox-uv
6868
6969
# this runs the platform-specific tests declared in tox.ini
7070
- name: Test with tox

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ requires = ["tox>=4.19"]
194194
env_list = ["py311", "py312", "py313"]
195195
isolate_build = true
196196

197-
[tool.tox.gh-actions.python]
197+
[tool.tox.gh.python]
198198
py311 = ["3.11"]
199199
pt312 = ["3.12"]
200200
py313 = ["3.13"]

0 commit comments

Comments
 (0)