Skip to content

Commit a1b7437

Browse files
committed
Revert "Fix PostCommit Python job (#35352)"
This reverts commit cdf5061.
1 parent eceaa8c commit a1b7437

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/beam_PostCommit_Python.yml

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

0 commit comments

Comments
 (0)