ci
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
362fd01a41
commit
b246521a1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue