Skip to content
Snippets Groups Projects

Resolve "CI jobs failing due to change in Python package name"

2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,7 +13,7 @@ stages:
- postcheck
before_script:
- apk add --update bash coreutils tar wget python
- apk add --update bash coreutils tar wget
.industrial_ci:
stage: build
@@ -95,6 +95,8 @@ clang_format:
## other options like pylint, but much faster and less strict
##########################################################
python_syntax:
before_script:
- apk add --update python2
stage: precheck
script: python -m compileall -q .
when: always
Loading