Python3 improvements still
This commit is contained in:
parent
705c6fcb5d
commit
2a9ade77d8
1 changed files with 4 additions and 3 deletions
|
@ -22,12 +22,13 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
apt-get update && apt-get install -y python3-pip
|
||||
pip3 install --upgrade pip
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
python3 -m pytest
|
||||
|
||||
build:
|
||||
needs: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue