From 4db7529d6c2535c55a3b4670f03295b6d0a199dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N3=20Laboratories=20LLC=20=F0=9F=A7=AA=20Open=20Source=20C?= =?UTF-8?q?ontributors?= Date: Wed, 20 Mar 2024 06:36:24 +0000 Subject: [PATCH] Updated gitlab-ci to remove extra p in ppython --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8404756..5e39e7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ python-test::3.13: #artifacts: #reports: #junit: unittest.xml -ppython-test::3.12: +python-test::3.12: image: python:3.12 extends: python-test::3.13 python-test::3.11: