mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: Merp, explicitly use python3
This commit is contained in:
parent
fe9a4fba5d
commit
0598182541
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ actionsmap:
|
||||||
image: "build-and-lint"
|
image: "build-and-lint"
|
||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- python -c 'import yaml; yaml.safe_load(open("share/actionsmap.yml"))'
|
- python3 -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-portal.yml"))'
|
||||||
|
|
||||||
lint311:
|
lint311:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|
Loading…
Add table
Reference in a new issue