ci
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-23 11:58:11 +01:00
parent b246521a1c
commit f27a47f9a0
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
pipeline: pipeline:
build-package: build-package:
image: python:3.9-slim-bullseye image: nikolaik/python3.9-nodejs19-bullseye
commands: 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 - python -m pip install -U jupyterlab~=3.5.2
- pip install build - pip install build
- python -m build -s - python -m build -s