zhengruifeng commented on code in PR #54042:
URL: https://github.com/apache/spark/pull/54042#discussion_r2739395411
##########
.github/workflows/build_and_test.yml:
##########
@@ -906,13 +906,13 @@ jobs:
run: python3.9 -m pip list
- name: List Python packages
if: inputs.branch != 'branch-3.5' && inputs.branch != 'branch-4.0'
- run: python3.11 -m pip list
Review Comment:
ditto, it will break 4.1
##########
.github/workflows/build_and_test.yml:
##########
@@ -906,13 +906,13 @@ jobs:
run: python3.9 -m pip list
- name: List Python packages
if: inputs.branch != 'branch-3.5' && inputs.branch != 'branch-4.0'
- run: python3.11 -m pip list
+ run: python3.12 -m pip list
- name: Python linter for branch-3.5 and branch-4.0
if: inputs.branch == 'branch-3.5' || inputs.branch == 'branch-4.0'
run: PYTHON_EXECUTABLE=python3.9 ./dev/lint-python
- name: Python linter
if: inputs.branch != 'branch-3.5' && inputs.branch != 'branch-4.0'
- run: PYTHON_EXECUTABLE=python3.11 ./dev/lint-python
Review Comment:
ditto
--
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]