workflow: specify python3
This commit is contained in:
parent
a0ccde5a04
commit
7d26a36ab7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Install Python Deps
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python3 install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
|
|
Reference in a new issue