Try python3.
This commit is contained in:
parent
5f1e0efa92
commit
705c6fcb5d
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ jobs:
|
|||
|
||||
- name: Check Python version
|
||||
run: |
|
||||
python --version
|
||||
python3 --version
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue