Skip to content
Snippets Groups Projects
Commit 78b48982 authored by schmittu's avatar schmittu :beer:
Browse files

fix ci to use python 3.7 for style check

parent 44857138
No related branches found
No related tags found
No related merge requests found
Pipeline #881 failed
......@@ -5,6 +5,7 @@ stages:
check_style:
stage: test_code
script:
- pyenv local $(latest_python 3.7)
- tox -e style
windows_tests:
......
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