Install poetry environment before pyright
This commit is contained in:
parent
ea99ef071a
commit
c9a6030591
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ pipeline:
|
||||||
image: ghcr.io/withlogicco/poetry:1.5.1
|
image: ghcr.io/withlogicco/poetry:1.5.1
|
||||||
commands:
|
commands:
|
||||||
- pip install pyright
|
- pip install pyright
|
||||||
|
- poetry install
|
||||||
- python --version && poetry --version && pyright --version
|
- python --version && poetry --version && pyright --version
|
||||||
- echo "------------- running pyright typecheck -------------"
|
- echo "------------- running pyright typecheck -------------"
|
||||||
- poetry run pyright
|
- poetry run pyright
|
||||||
|
|
Loading…
Reference in a new issue