dongjoon-hyun commented on a change in pull request #33356:
URL: https://github.com/apache/spark/pull/33356#discussion_r670218293
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -343,18 +343,18 @@ jobs:
key: docs-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
docs-maven-
- - name: Install Python 3.6
+ - name: Install Python 3.9
uses: actions/setup-python@v2
with:
- python-version: 3.6
+ python-version: 3.9
architecture: x64
Review comment:
```
$ docker run -it --rm dongjoon/apache-spark-github-action-image:20210602
python3.9 --version
Python 3.9.5
```
--
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]