Update ci.yml
This commit is contained in:
Родитель
2cd1ba06de
Коммит
cc02f63831
|
@ -34,8 +34,8 @@ jobs:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Install Python Dependencies
|
- name: Install Python Dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install invoke
|
pip install -r requirements.txt -r dev-requirements.txt
|
||||||
invoke setup
|
python manage.py migrate
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
flake8 pulseapi
|
flake8 pulseapi
|
||||||
|
|
Загрузка…
Ссылка в новой задаче