Skip to content

Commit

Permalink
[REF] tox: Using py3.13 for update-readme (#511)
Browse files Browse the repository at this point in the history
The py3.10 is not installed for ubuntu-24.04 so it will raise error when github actions update the latest label
  • Loading branch information
moylop260 authored Dec 19, 2024
1 parent 03aa3e4 commit b84d306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands =
pytest -s --cov --cov-report=term-missing --cov-report=html -vv {posargs:}

[testenv:update-readme]
basepython = {env:TOXPYTHON:python3.10}
basepython = {env:TOXPYTHON:python3.13}
setenv =
{[testenv]setenv}
BUILD_README=true
Expand Down

0 comments on commit b84d306

Please sign in to comment.