Skip to content

Commit

Permalink
Update to GraalPy 24.1, remove workaround for 24.0 (#8095)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
timfel authored Oct 10, 2024
1 parent 7bac708 commit 5a8f0ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5a8f0ad

Please sign in to comment.