tvalentyn commented on code in PR #31195:
URL: https://github.com/apache/beam/pull/31195#discussion_r1591468174
##########
.github/workflows/beam_PreCommit_PythonLint.yml:
##########
@@ -81,7 +81,7 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
java-version: 8
- python-version: 3.8
+ python-version: 3.9
Review Comment:
From
https://github.com/apache/beam/actions/runs/8974464687/job/24646903804?pr=31195
: looks like the runner still installs Py38.
```
Run actions/setup-python@v4
with:
python-version: 3.8
check-latest: false
token: ***
update-environment: true
allow-prereleases: false
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ***
GRADLE_ENTERPRISE_CACHE_USERNAME: ***
GRADLE_ENTERPRISE_CACHE_PASSWORD: ***
KUBELET_GCLOUD_CONFIG_PATH:
/var/lib/kubelet/pods/44b5be43-a1ff-431b-886f-5083466a6efc/volumes/kubernetes.io~empty-dir/gcloud
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]