Skip to content

Commit 49c8f26

Browse files
authored
Update beam_PreCommit_Java.yml (#34685)
* Update beam_PreCommit_Java.yml Change Python to 3.9 not 3.8 * Update beam_PreCommit_Java.yml
1 parent edd00b2 commit 49c8f26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/beam_PreCommit_Java.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ jobs:
177177
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
178178
- name: Setup environment
179179
uses: ./.github/actions/setup-environment-action
180+
with:
181+
python-version: default
182+
disable-cache: true
180183
- name: run Java PreCommit script
181184
uses: ./.github/actions/gradle-command-self-hosted-action
182185
with:
@@ -219,4 +222,4 @@ jobs:
219222
- name: Upload coverage reports to Codecov
220223
uses: codecov/codecov-action@v3
221224
with:
222-
flags: java
225+
flags: java

0 commit comments

Comments
 (0)