Add python-dev to the ci image
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-04-20 18:11:23 +01:00
parent 3552c94ddd
commit 500c0ebb4b
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: python:3.10-alpine
commands:
- apk --no-cache add --update git blas gcc
- apk --no-cache add --update git blas gcc python python-dev gfortran py-pip build-base
- export FILES="$(git diff --name-only HEAD HEAD~1)"
- pip install poetry pre-commit
- poetry install