ci
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-23 11:47:08 +01:00
parent fbebaa7067
commit 5a5ffbac56
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ pipeline:
build-package: build-package:
image: python:3.9-slim-bullseye image: python:3.9-slim-bullseye
commands: 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 - python -m pip install -U jupyterlab~=3.5.2
- pip install build - pip install build
- python -m build -s - python -m build -s