Skip to content

Commit cdf5061

Browse files
authored
Fix PostCommit Python job (#35352)
1 parent 9d75411 commit cdf5061

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
- name: Setup environment
7979
uses: ./.github/actions/setup-environment-action
8080
with:
81-
java-version: |
82-
21
83-
11
8481
python-version: ${{ matrix.python_version }}
8582
- name: Install docker compose
8683
run: |
@@ -97,7 +94,6 @@ jobs:
9794
with:
9895
gradle-command: :python${{steps.set_py_ver_clean.outputs.py_ver_clean}}PostCommit
9996
arguments: |
100-
-Pjava21Home=$JAVA_HOME_21_X64 \
10197
-PuseWheelDistribution \
10298
-PpythonVersion=${{ matrix.python_version }} \
10399
env:

0 commit comments

Comments
 (0)