ci: install requirements.txt into venv before test
All checks were successful
ci / test (push) Successful in 37s
All checks were successful
ci / test (push) Successful in 37s
This commit is contained in:
parent
8958ac8dab
commit
7346f6e203
1 changed files with 4 additions and 1 deletions
|
|
@ -13,6 +13,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y -qq python3-venv
|
apt-get install -y -qq python3-venv
|
||||||
pip install six pytest
|
- name: prime venv with package + test deps
|
||||||
|
run: |
|
||||||
|
make env
|
||||||
|
env/bin/pip install -r requirements.txt
|
||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: make test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue