fix(pipenv)

This commit is contained in:
Jacob Heider 2023-10-24 19:23:17 -04:00
parent 1c318a377c
commit bcec0e48d6
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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