a
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
9020e2d3c8
commit
dca8eba05f
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
install:
|
install:
|
||||||
image: python:${PYTHON}-alpine
|
image: python:${PYTHON}-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add mariadb-dev jpeg-dev
|
- apk add gcc mariadb-dev jpeg-dev
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip install -v ".[tests]"
|
- pip install -v ".[tests]"
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue