fix dependency step

This commit is contained in:
Robert Kaussow 2020-03-08 23:16:41 +01:00
parent 9dd8f08f78
commit 371789c258
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,7 @@ local PipelineDeps = {
'pip install pipenv -qq',
'pipenv --bare install --keep-outdated',
'pipenv check -i 37752',
'pipenv --bare install --dev --keep-outdated',
'pipenv run pipenv-setup check',
],
},

View File

@ -37,6 +37,7 @@ steps:
- pip install pipenv -qq
- pipenv --bare install --keep-outdated
- pipenv check -i 37752
- pipenv --bare install --dev --keep-outdated
- pipenv run pipenv-setup check
environment:
PY_COLORS: 1
@ -490,6 +491,6 @@ depends_on:
---
kind: signature
hmac: e0a3f9b769dc68179eb50505f2d243d3790dbdb003c4025d845602151208e2f5
hmac: 7434a5205208c8f283d2985ede241d81c2fdd629f19032f550d5173449b0c74f
...