a
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
d3537d8d45
commit
0bb3719e21
|
@ -2,18 +2,17 @@ pipeline:
|
|||
install:
|
||||
image: python:${TAG}-alpine
|
||||
commands:
|
||||
- apk add mariadb-dev
|
||||
- apk add mariadb-dev jpeg-dev
|
||||
- python -m pip install --upgrade pip
|
||||
- pip debug -v
|
||||
- pip install -v ".[tests]"
|
||||
test:
|
||||
image: python:${TAG}-alpine
|
||||
image: python:${PYTHON}-alpine
|
||||
commands:
|
||||
- pytest
|
||||
|
||||
|
||||
matrix:
|
||||
TAG:
|
||||
PYTHON:
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
|
|
Loading…
Reference in New Issue