Skip to content

Commit 61d1427

Browse files
committed
Updated Workflow
1 parent 6158ae6 commit 61d1427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test-Python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: build
1616
run: |
1717
python --version
18-
python -m pip3 install --upgrade pip3
19-
pip3 install pylint
18+
python -m pip install --upgrade pip
19+
pip install pylint
2020
pylint Filename_class.py
2121
pylint Filename_java.py

0 commit comments

Comments
 (0)