a
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
b83d251c86
commit
c6225d9669
|
@ -3,6 +3,8 @@ pipeline:
|
||||||
image: python:alpine
|
image: python:alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add mariadb-dev
|
- apk add mariadb-dev
|
||||||
|
- python -m pip install --upgrade pip
|
||||||
|
- pip debug install -vv Pillow>=8.4.0
|
||||||
- pip install ".[tests]"
|
- pip install ".[tests]"
|
||||||
test:
|
test:
|
||||||
image: python:alpine
|
image: python:alpine
|
||||||
|
|
Loading…
Reference in New Issue