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