diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index ea4631e6..0a5161e0 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -134,7 +134,7 @@ jobs: if: startsWith( matrix.os, 'ubuntu') || startsWith( matrix.os, 'macos') run: | pyenv install --list - pyenv install 3.13.0 3.12.8 3.8.20 + pyenv install 3.13:latest 3.12:latest 3.8:latest shell: bash # pyenv-win install list has not updated for a while