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