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:
|
pipeline:
|
||||||
pyright:
|
pyright:
|
||||||
image: node
|
image: nikolaik/python-nodejs
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get --yes install python3-poetry
|
|
||||||
- npm install --global pyright
|
- npm install --global pyright
|
||||||
- poetry install
|
- poetry install
|
||||||
- python --version && poetry --version && pyright --version
|
- python --version && poetry --version && pyright --version
|
||||||
|
|
Loading…
Reference in a new issue