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

This commit is contained in:
Sameer Rahmani 2023-04-20 18:17:33 +01:00
parent 500c0ebb4b
commit fb4fd42d65
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 python python-dev gfortran py-pip build-base
- apk --no-cache add --update git gfortran musl-dev blas gcc build-base
- export FILES="$(git diff --name-only HEAD HEAD~1)"
- pip install poetry pre-commit
- poetry install