Skip to content

Commit

Permalink
Temporarily removes python from 22.3.2 github runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckramp committed Jun 7, 2023
1 parent 3015bfa commit 214295e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
with:
version: '22.3.2'
java-version: '17'
components: 'js,python'
#components: 'js,python'
components: 'js'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Compile and run Tests
Expand Down Expand Up @@ -80,7 +81,8 @@ jobs:
with:
version: '22.3.2'
java-version: '17'
components: 'js,python'
#components: 'js,python'
components: 'js'
github-token: ${{ secrets.GITHUB_TOKEN }}

- run: mvn -U clean install -Pwith-sources -DskipTests -DskipDockerTestDB
Expand Down

0 comments on commit 214295e

Please sign in to comment.