Skip to content
Snippets Groups Projects

Resolve "Python2 job is failing"

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -20,6 +20,7 @@ clang_format:
@@ -20,6 +20,7 @@ clang_format:
## other options like pylint, but much faster and less strict
## other options like pylint, but much faster and less strict
##########################################################
##########################################################
python_syntax:
python_syntax:
 
image: alpine:3.15 # python2 is no longer available in alpine:3.16
before_script:
before_script:
- apk add --update python2
- apk add --update python2
stage: build
stage: build
Loading