From 5a5ffbac5655bb0bfd8fe735452257e63f9df935 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 11:47:08 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6f5d749..bad1722 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,8 @@ pipeline: build-package: image: python:3.9-slim-bullseye commands: - - apt update && apt install build-essential -y + - curl -fsSL https://deb.nodesource.com/setup_19.x | bash - &&\ + - apt update && apt install build-essential nodejs -y - python -m pip install -U jupyterlab~=3.5.2 - pip install build - python -m build -s