forked from p34709852/monkey
Project: Remove step in travis build to upgrade pipenv
It seems that every time a new version of pipenv is released it breaks travis. For the moment, it seems that the magic combination is to upgrade pip but not upgrade pipenv. I've been unable to reproduce the issue outside of any environment other than Travis CI. Once we split our project up into multiple repos, we should strongly consider switching to poetry.
This commit is contained in:
parent
879f809aa4
commit
01e886f866
|
@ -35,7 +35,6 @@ jobs:
|
|||
# Python
|
||||
- nproc
|
||||
- pip install pip --upgrade
|
||||
- pip install pipenv --upgrade
|
||||
|
||||
# Install island and monkey requirements as they are needed by UT's
|
||||
- pushd monkey/monkey_island
|
||||
|
|
Loading…
Reference in New Issue