Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCarpentier42 committed Oct 9, 2024
1 parent 1b551b9 commit 7adc308
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Java 17
- name: Set up Java 1.7
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
java-version: '1.7'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit 7adc308

Please sign in to comment.