mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(pipenv)
This commit is contained in:
parent
1c318a377c
commit
bcec0e48d6
1 changed files with 3 additions and 2 deletions
|
@ -49,9 +49,10 @@ test:
|
||||||
- pipenv --version
|
- pipenv --version
|
||||||
- pipenv --version 2>&1 | grep {{version}}
|
- pipenv --version 2>&1 | grep {{version}}
|
||||||
|
|
||||||
|
# changed to python3.8; 3.7 generates a lockfile resolver error
|
||||||
- run: |
|
- run: |
|
||||||
pipenv --python 3.7
|
pipenv --python 3.8
|
||||||
pipenv install pycowsay
|
pipenv --verbose install pycowsay
|
||||||
pipenv run pycowsay "Hello World"
|
pipenv run pycowsay "Hello World"
|
||||||
working-directory:
|
working-directory:
|
||||||
a
|
a
|
||||||
|
|
Loading…
Reference in a new issue