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:
|
install:
|
||||||
image: python:${TAG}-alpine
|
image: python:${TAG}-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add mariadb-dev
|
- apk add mariadb-dev jpeg-dev
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip debug -v
|
|
||||||
- pip install -v ".[tests]"
|
- pip install -v ".[tests]"
|
||||||
test:
|
test:
|
||||||
image: python:${TAG}-alpine
|
image: python:${PYTHON}-alpine
|
||||||
commands:
|
commands:
|
||||||
- pytest
|
- pytest
|
||||||
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
TAG:
|
PYTHON:
|
||||||
- 3.10
|
- 3.10
|
||||||
- 3.9
|
- 3.9
|
||||||
- 3.8
|
- 3.8
|
||||||
|
|
Loading…
Reference in New Issue