Skip to content

Commit

Permalink
chore/ci: bump python@3.11 for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Dec 3, 2024
1 parent 54b6842 commit 99fe1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 py310
python3 -m tox -e py311
env: |
PYTEST_ADDOPTS: "--cov-config=pyproject.toml --cov --cov-append --benchmark-skip"
Expand Down

0 comments on commit 99fe1d2

Please sign in to comment.