From 351b70acae7eac39fd46b9d4d33e3e59c7813ef0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Wed, 27 Aug 2025 11:49:52 +0200 Subject: [PATCH] .gitlab-ci.yml: python:check: also install build deps --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16917bb11..f36884426 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -860,7 +860,7 @@ python:examples: python:check: <<: *python script: - - poetry install --all-extras --only main,dev,lint + - poetry install --all-extras --only main,build,dev,lint - poe check python:format: -- 2.47.3