Switch to node image for pyright
ci/woodpecker/push/test unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/static_analysis Pipeline failed Details

This commit is contained in:
Marty Oehme 2023-08-29 11:40:19 +02:00
parent 85f3d9595d
commit 058b3824d3
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
pipeline:
pyright:
image: ghcr.io/withlogicco/poetry:1.5.1
image: node
commands:
- pip install pyright
- apt-get update && apt-get install python3-poetry
- npm install --global pyright
- poetry install
- python --version && poetry --version && pyright --version
- echo "------------- running pyright typecheck -------------"