a
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
a749e42188
commit
3e73e249b2
|
@ -1,12 +1,20 @@
|
|||
pipeline:
|
||||
install:
|
||||
image: python:alpine
|
||||
image: python:${TAG}-alpine
|
||||
commands:
|
||||
- apk add mariadb-dev
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -vvvv "Pillow>=8.4.0"
|
||||
- pip install ".[tests]"
|
||||
test:
|
||||
image: python:alpine
|
||||
image: python:${TAG}-alpine
|
||||
commands:
|
||||
- pytest
|
||||
|
||||
|
||||
matrix:
|
||||
TAG:
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
|
|
Loading…
Reference in New Issue