test
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-04-20 18:41:02 +01:00
parent 03428fc998
commit 6849144ec6
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ pipeline:
build:
image: python:3.10-alpine
commands:
- pip3 install llvmlite
- apk --no-cache add --update git gfortran musl-dev openblas cmake llvm15 gcc build-base
- export FILES="$(git diff --name-only HEAD HEAD~1)"
- pip install poetry pre-commit

2
poetry.lock generated
View File

@ -3424,4 +3424,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.11"
content-hash = "bc0667c6cd290a2486cc1ffa2e92374d97f68692666b1559be91634de602e0ee"
content-hash = "a4eca59b96a8bc0b26303b4d8ca85c2f380ed29f7bb3fa8faca8229db6d80620"

View File

@ -11,6 +11,7 @@ python = ">=3.10,<3.11"
tts = "^0.13.3"
click = "^8.1.3"
msgpack = "^1.0.5"
llvmlite = "^0.39.1"
[tool.poetry.group.dev.dependencies]