Switch to node-python image
ci/woodpecker/push/test unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/static_analysis Pipeline was successful Details

This commit is contained in:
Marty Oehme 2023-08-29 12:07:45 +02:00
parent eff29a574b
commit 3f6bae260d
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
pipeline:
pyright:
image: node
image: nikolaik/python-nodejs
commands:
- apt-get update && apt-get --yes install python3-poetry
- npm install --global pyright
- poetry install
- python --version && poetry --version && pyright --version