ci
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
1c71cdfb48
commit
2b9ebbe508
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
build-package:
|
build-package:
|
||||||
image: python:3.9-slim-bullseye
|
image: python:3.9-slim-bullseye
|
||||||
commands:
|
commands:
|
||||||
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - &&\
|
- curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||||
- apt update && apt install build-essential nodejs -y
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue