Skip to content

Commit 684daf8

Browse files
authored
Update pre-merge.yml
changes for hands on page 2
1 parent 30dd980 commit 684daf8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pre-merge.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
with:
1414
java-version: 21
1515
distribution: "adopt"
16+
- uses: actions/setup-python@v5
17+
+ with:
18+
+ python-version: '3.13'
19+
+ - name: Install Launchable command
20+
+ run: pip install --user --upgrade launchable~=1.0
1621
- name: Compile
1722
run: mvn compile
1823
- name: Test

0 commit comments

Comments
 (0)