diff --git a/.woodpecker.yml b/.woodpecker.yml index 18bf90f..5086c5d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build-package: image: python:3.9-slim-bullseye commands: - - curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - + - curl -fsSL https://deb.nodesource.com/setup_14.x | bash - &&\ - apt update && apt install build-essential nodejs -y - python -m pip install -U jupyterlab~=3.5.2 - pip install build