Switch to node-python image
This commit is contained in:
parent
eff29a574b
commit
3f6bae260d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue