From 5a8f0ad705097537b33fe2a24a0956037e4b3c92 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Thu, 10 Oct 2024 17:17:22 +0200 Subject: [PATCH] Update to GraalPy 24.1, remove workaround for 24.0 (#8095) ## Summary Update CI config to test against GraalPy 24.1, which makes a workaround in the CI config unnecessary. ## Test Plan The updated CI config is tested. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb5a13bb336..e12379e33423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -794,7 +794,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "graalpy24.0" + python-version: "graalpy24.1" - name: "Download binary" uses: actions/download-artifact@v4 @@ -807,7 +807,6 @@ jobs: - name: Graalpy info run: | which graalpy - echo "GRAAL_PYTHONHOME=$(graalpy -c 'print(__graalpython__.home)')" >> $GITHUB_ENV - name: "Create a virtual environment" run: | @@ -863,7 +862,7 @@ jobs: steps: - uses: timfel/setup-python@fc9bcb4a04f5b1ea7d678c2ca7ea1c479a2468d7 with: - python-version: "graalpy24.0" + python-version: "graalpy24.1" - name: "Download binary" uses: actions/download-artifact@v4