From 2920d7aa938797721eb5cf884f8a92c33040ff47 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 9 May 2025 15:04:14 +0200 Subject: [PATCH] test more version for main, only one for other branches --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dec257..4e8ca37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ run_tests: "3.13", # latest, ] rules: - - if: '$CI_COMMIT_BRANCH == "main" || $PYTHON_VERSION == "3.10"' + - if: '$CI_COMMIT_BRANCH == "main" || $VERSION == "3.10"' -- GitLab