We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d75411 commit cdf5061Copy full SHA for cdf5061
1 file changed
.github/workflows/beam_PostCommit_Python.yml
@@ -78,9 +78,6 @@ jobs:
78
- name: Setup environment
79
uses: ./.github/actions/setup-environment-action
80
with:
81
- java-version: |
82
- 21
83
- 11
84
python-version: ${{ matrix.python_version }}
85
- name: Install docker compose
86
run: |
@@ -97,7 +94,6 @@ jobs:
97
94
98
95
gradle-command: :python${{steps.set_py_ver_clean.outputs.py_ver_clean}}PostCommit
99
96
arguments: |
100
- -Pjava21Home=$JAVA_HOME_21_X64 \
101
-PuseWheelDistribution \
102
-PpythonVersion=${{ matrix.python_version }} \
103
env:
0 commit comments