forked from platypush/platypush
The test
step should also install all dependencies via apk add.
This commit is contained in:
parent
4f5ccda353
commit
acb40bd5fd
1 changed files with 2 additions and 5 deletions
|
@ -76,14 +76,11 @@ steps:
|
||||||
###
|
###
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
image: python:3.11-alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --update --no-cache redis
|
- apk add --update --no-cache $(cat platypush/install/requirements/alpine.txt)
|
||||||
- apk add --update --no-cache --virtual build-base g++ rust linux-headers
|
|
||||||
- pip install -U pip
|
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install -r requirements-tests.txt
|
- pip install -r requirements-tests.txt
|
||||||
- apk del build-base g++ rust linux-headers
|
|
||||||
- pytest tests
|
- pytest tests
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in a new issue