]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: python:check: also install build deps docs-python-setup-9dth1l/deployments/7492
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 27 Aug 2025 09:49:52 +0000 (11:49 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 27 Aug 2025 09:54:32 +0000 (11:54 +0200)
.gitlab-ci.yml

index 16917bb11cfd4d4a81aa662dd2b5147723a266b8..f36884426c84363a202a4c29e767a978d38be330 100644 (file)
@@ -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: