From 72c7e92a0e87597e5c6cf9e250bcb88192cc5495 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Thu, 18 Sep 2025 02:07:22 +0200 Subject: [PATCH] .gitlab-ci.yml: python: use default image and show poetry env info --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbc7dd418..569233d55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -841,11 +841,11 @@ docs:website: .python: &python <<: *nodep - image: $IMAGE_PREFIX/manager:$IMAGE_TAG stage: sanity before_script: - poetry --version - poetry env use python${PYTHON_VERSION} + - poetry env info python:examples: <<: *python -- 2.47.3