Skip to content
Snippets Groups Projects

Resolve "Python2 job is failing"

Merged Iñigo Moreno i Caireta requested to merge 49-python2-job-is-failing into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -20,6 +20,7 @@ clang_format:
## other options like pylint, but much faster and less strict
##########################################################
python_syntax:
image: alpine:3.15 # python2 is no longer available in alpine:3.16
before_script:
- apk add --update python2
stage: build
Loading