ci
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
caf30c5d3a
commit
fbebaa7067
|
@ -1,8 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build-package:
|
build-package:
|
||||||
image: python:3.9.16-alpine3.17
|
image: python:3.9-slim-bullseye
|
||||||
commands:
|
commands:
|
||||||
- apk add --update build-base
|
- 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