diff --git a/.github/workflows/execute-tests.yml b/.github/workflows/execute-tests.yml index 65fc7c86..c8f0581e 100644 --- a/.github/workflows/execute-tests.yml +++ b/.github/workflows/execute-tests.yml @@ -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