We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b76d43 commit 9e42cbaCopy full SHA for 9e42cba
1 file changed
.github/workflows/Test-Python.yml
@@ -10,12 +10,13 @@ jobs:
10
- uses: actions/checkout@v2.3.2
11
- uses: actions/setup-python@v2
12
with:
13
- python-version: '3.8.5'
+ python-version: '3.9.0'
14
architecture: 'x64'
15
- name: build
16
run: |
17
python --version
18
python -m pip install --upgrade pip
19
+ pip install wheel
20
pip install pylint
21
pylint filename_class.py
22
pylint filename_java.py
0 commit comments