Skip to content

Commit

Permalink
ci: configure java v8 (opentargets#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed authored Oct 14, 2024
1 parent e77abf4 commit 38d4cb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.10.8
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: "8"
distribution: "temurin"
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 38d4cb5

Please sign in to comment.