dont install dev dependencies to check cves

This commit is contained in:
Robert Kaussow 2020-03-08 23:00:46 +01:00
parent 68d9fb61ad
commit 84b05f080a
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ local PipelineDeps = {
},
commands: [
'pip install pipenv -qq',
'pipenv --bare install --dev --keep-outdated',
'pipenv --bare install --keep-outdated',
'pipenv check',
'pipenv run pipenv-setup check',
],

View File

@ -35,7 +35,7 @@ steps:
image: python:3.7
commands:
- pip install pipenv -qq
- pipenv --bare install --dev --keep-outdated
- pipenv --bare install --keep-outdated
- pipenv check
- pipenv run pipenv-setup check
environment:
@ -490,6 +490,6 @@ depends_on:
---
kind: signature
hmac: 7560e4442691c78855f160abc22966652d7e84dc68136e1d8e1f5a402d38cab7
hmac: fe27b95c5d0bb16f3d259d9e03fc25949bcf82b5ec064f945e60873e8a6fa52c
...