Skip to content
Snippets Groups Projects
Commit 05f37bc2 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Also specify java distribution for the python action

parent 6a33ba20
Branches KIEKER-1990
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Run minimal parameter experiment and check success
run: |
./setup.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment