From 1934ac4f5798c7a21a78bccdf70b2ccaa1579501 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Tue, 18 Feb 2025 10:44:35 +1100 Subject: [PATCH] Update to install latest versions of Pyenv --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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