Skip to content

Commit 9ed2c17

Browse files
committed
setup java
1 parent 63449a0 commit 9ed2c17

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
21+
- name: Set up Java 17
22+
uses: actions/setup-java@v4
23+
with:
24+
distribution: 'temurin'
25+
java-version: '17'
26+
2027
- name: Set up Python ${{ matrix.python-version }}
2128
uses: actions/setup-python@v3
2229
with:

0 commit comments

Comments
 (0)