Skip to content

Commit

Permalink
Add GraalPy 24.1 version to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msimacek committed Jan 23, 2025
1 parent e7041ba commit 55af1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- name: Install nox
run: python -m pip install --upgrade pip && pip install nox

- if: inputs.python-version == '24.1'
name: Install GraalPy virtualenv (only GraalPy 24.1)
run: python -m pip install pip install 'git+https://github.com/oracle/graalpython#egg=graalpy_virtualenv_seeder&subdirectory=graalpy_virtualenv_seeder'

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
"pypy3.9",
"pypy3.10",
"graalpy24.0",
"graalpy24.1",
]
platform:
[
Expand Down

0 comments on commit 55af1eb

Please sign in to comment.