Skip to content

Commit 095f651

Browse files
committed
ci: Add explicit java setup
1 parent b55398f commit 095f651

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

39+
- name: Set up Java
40+
uses: actions/setup-java@v3
41+
with:
42+
java-version: '8'
43+
distribution: 'zulu'
44+
cache: 'maven'
45+
3946
- name: Install Hatch
4047
run: pip install --upgrade hatch
4148

0 commit comments

Comments
 (0)