fix(pipenv) (#3192)

* fix(pipenv)

* Update package.yml
This commit is contained in:
Jacob Heider 2023-09-01 20:00:52 +02:00 committed by GitHub
parent 91ff799501
commit 53104b6f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,13 +46,8 @@ runtime:
PIPENV_IGNORE_VIRTUALENVS: 1
test:
- run: |
if test {{version.major}} > 2000; then
VERSION=$(printf '%04d.%02d.%02d' {{version.major}} {{version.minor}} {{version.patch}})
else
VERSION={{version}}
fi
- pipenv --version | grep $VERSION
- pipenv --version
- pipenv --version 2>&1 | grep {{version}}
- run: |
pipenv --python 3.7