zhengruifeng commented on code in PR #54310:
URL: https://github.com/apache/spark/pull/54310#discussion_r2819936407
##########
.github/workflows/build_and_test.yml:
##########
@@ -1104,11 +1104,14 @@ jobs:
- name: List Python packages for branch-3.5 and branch-4.0
if: inputs.branch == 'branch-3.5' || inputs.branch == 'branch-4.0'
run: python3.9 -m pip list
+ - name: List Python packages for branch-4.1
+ if: inputs.branch == 'branch-4.1'
+ run: python3.11 -m pip list
Review Comment:
I see this in step `initialize container`
```
Starting job container
/usr/bin/docker --config
/home/runner/work/_temp/.docker_1e82e198-95d9-412d-9a06-2c22a7072071 login
ghcr.io -u zhengruifeng --password-stdin
/usr/bin/docker --config
/home/runner/work/_temp/.docker_1e82e198-95d9-412d-9a06-2c22a7072071 pull
ghcr.io/zhengruifeng/apache-spark-ci-image-docs:branch-4.1-22123192824
```
https://github.com/zhengruifeng/spark/actions/runs/22123192824/job/63947748574
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]