From caf30c5d3af79e3fd9f1cf8fe6f04f344241d576 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 11:41:31 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index f1ce5f9..a3719b8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: build-package: image: python:3.9.16-alpine3.17 commands: + - apk add --update build-base - python -m pip install -U jupyterlab~=3.5.2 - pip install build - python -m build -s