Updated gitlab-ci to remove extra p in ppython

This commit is contained in:
N3 Laboratories LLC 🧪 Open Source Contributors 2024-03-20 06:36:24 +00:00
parent 71008f1d4a
commit 4db7529d6c
1 changed files with 1 additions and 1 deletions

View File

@ -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: