Skip to content

Commit 9e42cba

Browse files
authored
Update Test-Python.yml
1 parent 2b76d43 commit 9e42cba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Test-Python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
- uses: actions/checkout@v2.3.2
1111
- uses: actions/setup-python@v2
1212
with:
13-
python-version: '3.8.5'
13+
python-version: '3.9.0'
1414
architecture: 'x64'
1515
- name: build
1616
run: |
1717
python --version
1818
python -m pip install --upgrade pip
19+
pip install wheel
1920
pip install pylint
2021
pylint filename_class.py
2122
pylint filename_java.py

0 commit comments

Comments
 (0)