Updated main.yml
This commit is contained in:
parent
a6212ed1b4
commit
7f55658269
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -20,11 +20,13 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements/dev.txt
|
||||
pip install flask
|
||||
pip install pytest
|
||||
pip install -r requirements/dev.txt || true # якщо є
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
python -m pytest tests
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue