ci: Merp, explicitly use python3

This commit is contained in:
Alexandre Aubin 2024-08-07 18:18:14 +02:00
parent fe9a4fba5d
commit 0598182541

View file

@ -8,8 +8,8 @@ actionsmap:
image: "build-and-lint"
needs: []
script:
- python -c 'import yaml; yaml.safe_load(open("share/actionsmap.yml"))'
- python -c 'import yaml; yaml.safe_load(open("share/actionsmap-portal.yml"))'
- python3 -c 'import yaml; yaml.safe_load(open("share/actionsmap.yml"))'
- python3 -c 'import yaml; yaml.safe_load(open("share/actionsmap-portal.yml"))'
lint311:
stage: lint