mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-24 13:10:40 +00:00
fix dependency step
This commit is contained in:
parent
9dd8f08f78
commit
371789c258
@ -58,6 +58,7 @@ local PipelineDeps = {
|
|||||||
'pip install pipenv -qq',
|
'pip install pipenv -qq',
|
||||||
'pipenv --bare install --keep-outdated',
|
'pipenv --bare install --keep-outdated',
|
||||||
'pipenv check -i 37752',
|
'pipenv check -i 37752',
|
||||||
|
'pipenv --bare install --dev --keep-outdated',
|
||||||
'pipenv run pipenv-setup check',
|
'pipenv run pipenv-setup check',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -37,6 +37,7 @@ steps:
|
|||||||
- pip install pipenv -qq
|
- pip install pipenv -qq
|
||||||
- pipenv --bare install --keep-outdated
|
- pipenv --bare install --keep-outdated
|
||||||
- pipenv check -i 37752
|
- pipenv check -i 37752
|
||||||
|
- pipenv --bare install --dev --keep-outdated
|
||||||
- pipenv run pipenv-setup check
|
- pipenv run pipenv-setup check
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
@ -490,6 +491,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: e0a3f9b769dc68179eb50505f2d243d3790dbdb003c4025d845602151208e2f5
|
hmac: 7434a5205208c8f283d2985ede241d81c2fdd629f19032f550d5173449b0c74f
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user