Skip to content

Commit

Permalink
Add setup_sbt github workflow.
Browse files Browse the repository at this point in the history
This was removed from setup_java:
actions/setup-java#627
  • Loading branch information
JJWRoeloffs committed Sep 23, 2024
1 parent c2dec85 commit ada04c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Build JVM code and set .jar
run: sbt python/assembly
- name: Test with pytest
Expand Down

0 comments on commit ada04c2

Please sign in to comment.