From c9a6030591b3fa6eb0c22f8831c5e7f67e447ab4 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 29 Aug 2023 10:04:21 +0200 Subject: [PATCH] Install poetry environment before pyright --- .woodpecker/static_analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/static_analysis.yml b/.woodpecker/static_analysis.yml index bbb4fd1..3506c5c 100644 --- a/.woodpecker/static_analysis.yml +++ b/.woodpecker/static_analysis.yml @@ -3,6 +3,7 @@ pipeline: image: ghcr.io/withlogicco/poetry:1.5.1 commands: - pip install pyright + - poetry install - python --version && poetry --version && pyright --version - echo "------------- running pyright typecheck -------------" - poetry run pyright