From 8a1417019e6a021c6c000316d82d537c1cea6a6f Mon Sep 17 00:00:00 2001 From: martin-sicho Date: Fri, 30 Aug 2024 12:12:27 +0200 Subject: [PATCH] actually run tests for 3.10 :/ --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb26511f..54b6458e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,6 @@ test:python3.12: # extends: .test # image: python:3.11 -#test:python3.10: -# extends: .test -# image: python:3.11 \ No newline at end of file +test:python3.10: + extends: .test + image: python:3.10 \ No newline at end of file