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