Switch to node image for pyright
This commit is contained in:
parent
85f3d9595d
commit
eff29a574b
1 changed files with 3 additions and 2 deletions
|
@ -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 --yes install python3-poetry
|
||||
- npm install --global pyright
|
||||
- poetry install
|
||||
- python --version && poetry --version && pyright --version
|
||||
- echo "------------- running pyright typecheck -------------"
|
||||
|
|
Loading…
Reference in a new issue