a
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
70e6a42b37
commit
14aaeb6e2b
|
@ -3,7 +3,8 @@ pipeline:
|
||||||
image: python:alpine
|
image: python:alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add mariadb-dev
|
- apk add mariadb-dev
|
||||||
- pip install -v ".[tests]"
|
- python -m pip install --upgrade pip
|
||||||
|
- pip debug install -vv ".[tests]"
|
||||||
test:
|
test:
|
||||||
image: python:alpine
|
image: python:alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue