Skip to content
Snippets Groups Projects
Commit 16fce60d authored by Marek Chrastina's avatar Marek Chrastina
Browse files

Update CI

parent eb6f480c
No related branches found
No related tags found
1 merge request!8Update CI
Pipeline #11220 failed
......@@ -51,10 +51,8 @@ build:
python safety:
stage: check
image: it4innovations/docker-pycheck:latest
before_script:
- virtualenv .venv
script:
- source .venv/bin/activate
- source /opt/.venv/bin/activate
- pip install --upgrade pip setuptools
- pip install dist/pipdeps*tar.gz
- pip list
......@@ -62,14 +60,11 @@ python safety:
install test:
stage: check
image: it4innovations/docker-pypi:latest
before_script:
- virtualenv .venv
image: it4innovations/docker-pycheck:latest
script:
- source .venv/bin/activate
- source /opt/.venv/bin/activate
- pip install --upgrade pip setuptools
- pip install dist/pipdeps*tar.gz
- pip list
- pipdeps --list || true
- pipdeps --table || true
- pipdeps --upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment