Skip to content

Commit

Permalink
Work around GraalPy 24.0 bug with home finding (fixed in 24.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Jul 18, 2024
1 parent df1006f commit ff3dd22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,9 @@ jobs:
run: chmod +x ./uv

- name: Graalpy info
run: which graalpy
run: |
which graalpy
echo "GRAAL_PYTHONHOME=$(graalpy -c 'print(__graalpython__.home)')" >> $GITHUB_ENV
- name: "Create a virtual environment"
run: |
Expand Down

0 comments on commit ff3dd22

Please sign in to comment.