Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaChaban committed Dec 11, 2023
1 parent bffc850 commit 8f66be6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/graalpy-notebook-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:
timeout-minutes: 40
strategy:
matrix:
include:
- version: '23.1.1' # temporarily locked to 22.3.1
java-version: '21'
java-version: ['21']
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
version: ${{ matrix.version }}
java-version: ${{ matrix.java-version }}
distribution: 'graalvm'
components: 'python'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down

0 comments on commit 8f66be6

Please sign in to comment.