From b246521a1cc99175bbfab1e70c9a48f4c22e0e09 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 11:54:41 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5086c5d..2805696 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 | bash - &&\ + - apt install curl -y && 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