Skip to content
Snippets Groups Projects
Commit dfd9d965 authored by Martin Lange's avatar Martin Lange
Browse files

use python docker image in CI

parent 051b881c
No related branches found
No related tags found
1 merge request!28Use Python docker image in CI
Pipeline #30072 passed with stage
in 20 seconds
image: python
stages:
- build
- deploy
......@@ -5,7 +7,6 @@ stages:
check:
stage: build
before_script:
- apt-get update && apt-get install -y python3 python3-pip
- pip3 install black numpy
script:
- black . --check
......@@ -14,7 +15,6 @@ check:
documentation:
stage: build
before_script:
- apt-get update && apt-get install -y python3 python3-pip
- pip3 install sphinx numpy
script:
- export PYTHONPATH="."
......
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