Add blas and gcc to the ci image
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-04-20 18:05:28 +01:00
parent 1b97680e23
commit 3552c94ddd
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
- apk --no-cache add --update git blas gcc
- export FILES="$(git diff --name-only HEAD HEAD~1)"
- pip install poetry pre-commit
- poetry install