Skip to content
Snippets Groups Projects
Commit 366190e0 authored by shirenn's avatar shirenn 🌊
Browse files

Upgrade targetted python and yamllint version

parent ae163d6b
No related branches found
No related tags found
1 merge request!225Upgrade targetted python and yamllint version
---
image: python:3.6
image: python:3.9
stages:
- lint
......@@ -7,7 +7,7 @@ stages:
yamllint:
stage: lint
script:
- pip install yamllint==1.15.0
- pip install yamllint==1.26.0
- yamllint -c .yamllint.yml .
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment