Skip to content

Commit

Permalink
Enable Java on the runners
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Oct 1, 2024
1 parent 21f3dde commit 6a668d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/execute-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64

- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'

- uses: Gr1N/setup-poetry@v8

- name: Check system dependencies
Expand Down

0 comments on commit 6a668d6

Please sign in to comment.