Switch to debian image for ci
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Sameer Rahmani 2023-04-20 20:02:46 +01:00
parent 03428fc998
commit 4590e5b4e7
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
pipeline: pipeline:
build: build:
image: python:3.10-alpine image: python:3.10-slim
commands: commands:
- apk --no-cache add --update git gfortran musl-dev openblas cmake llvm15 gcc build-base - apt-get update
- apt-get install -y --no-install-recommends git libopenblas0 libopenblas-dev gfortran cmake llvm build-essential
- export FILES="$(git diff --name-only HEAD HEAD~1)" - export FILES="$(git diff --name-only HEAD HEAD~1)"
- pip install poetry pre-commit - pip install poetry pre-commit
- poetry install - poetry install