mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
91ff799501
commit
53104b6f0d
1 changed files with 2 additions and 7 deletions
|
@ -46,13 +46,8 @@ runtime:
|
||||||
PIPENV_IGNORE_VIRTUALENVS: 1
|
PIPENV_IGNORE_VIRTUALENVS: 1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
- run: |
|
- pipenv --version
|
||||||
if test {{version.major}} > 2000; then
|
- pipenv --version 2>&1 | grep {{version}}
|
||||||
VERSION=$(printf '%04d.%02d.%02d' {{version.major}} {{version.minor}} {{version.patch}})
|
|
||||||
else
|
|
||||||
VERSION={{version}}
|
|
||||||
fi
|
|
||||||
- pipenv --version | grep $VERSION
|
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
pipenv --python 3.7
|
pipenv --python 3.7
|
||||||
|
|
Loading…
Reference in a new issue