From f27a47f9a0eeb493260759655b53bc201b9774fc Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 11:58:11 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2805696..3a5bb28 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: build-package: - image: python:3.9-slim-bullseye + image: nikolaik/python3.9-nodejs19-bullseye commands: - - apt install curl -y && curl -fsSL https://deb.nodesource.com/setup_14.x | bash - &&\ - - apt update && apt install build-essential nodejs -y + + - apt update && apt install build-essential -y - python -m pip install -U jupyterlab~=3.5.2 - pip install build - python -m build -s