diff --git a/.github/workflows/run-tox-tests.yml b/.github/workflows/run-tox-tests.yml index bd42c39a..77aa7bcf 100644 --- a/.github/workflows/run-tox-tests.yml +++ b/.github/workflows/run-tox-tests.yml @@ -137,7 +137,7 @@ jobs: run: | git config --global --add safe.directory ${GITHUB_WORKSPACE} python3 -c "import platform;print('Machine type:', platform.machine())" - python3 -m tox -e py311 + python3 -m tox -e py310 env: | PYTEST_ADDOPTS: "--cov-config=pyproject.toml --cov --cov-append --benchmark-skip"