From fbebaa706775aa157ec5683b4d14239619c113ae Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 11:44:10 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a3719b8..6f5d749 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,8 @@ pipeline: build-package: - image: python:3.9.16-alpine3.17 + image: python:3.9-slim-bullseye commands: - - apk add --update build-base + - apt update && apt install build-essential -y - python -m pip install -U jupyterlab~=3.5.2 - pip install build - python -m build -s