Skip to content
Snippets Groups Projects
Commit b796f338 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Merge branch '23-ci-jobs-failing-due-to-change-in-python-package-name' into 'master'

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

Closes #23

See merge request !48
parents a11c79ef 916fac55
No related branches found
No related tags found
1 merge request!48Resolve "CI jobs failing due to change in Python package name"
Pipeline #30068 passed
...@@ -13,7 +13,7 @@ stages: ...@@ -13,7 +13,7 @@ stages:
- postcheck - postcheck
before_script: before_script:
- apk add --update bash coreutils tar wget python - apk add --update bash coreutils tar wget
.industrial_ci: .industrial_ci:
stage: build stage: build
...@@ -95,6 +95,8 @@ clang_format: ...@@ -95,6 +95,8 @@ 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:
before_script:
- apk add --update python2
stage: precheck stage: precheck
script: python -m compileall -q . script: python -m compileall -q .
when: always when: always
......
...@@ -13,7 +13,7 @@ stages: ...@@ -13,7 +13,7 @@ stages:
- postcheck - postcheck
before_script: before_script:
- apk add --update bash coreutils tar wget python - apk add --update bash coreutils tar wget
.industrial_ci: .industrial_ci:
stage: build stage: build
...@@ -97,6 +97,8 @@ clang_format: ...@@ -97,6 +97,8 @@ 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:
before_script:
- apk add --update python2
stage: precheck stage: precheck
script: python -m compileall -q . script: python -m compileall -q .
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment