Skip to content

Commit ea1bd2d

Browse files
committed
Specify Python 3.12 version for Java interop tests
Otherwise the action does nothing and uses the system-installed Python: ``` Run actions/setup-python@0a5c615 Warning: Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. Warning: .python-version doesn't exist. Warning: The `python-version` input is not set. The version of Python currently in `PATH` will be used. ``` Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
1 parent ed85a81 commit ea1bd2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-lang-java.yml

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112

113113
- name: 'Setup Python for Generating Input Data'
114114
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
115+
with:
116+
python-version: '3.12'
115117

116118
- name: 'Apt Install Compression Libs Required by Python'
117119
run: |

0 commit comments

Comments
 (0)