forked from p34709852/monkey
Project: Lock the windows pipenv version to 2022.7.4
This commit is contained in:
parent
d009bc458c
commit
e690eb7c61
|
@ -35,7 +35,7 @@ jobs:
|
|||
# Python
|
||||
- nproc
|
||||
- pip install pip --upgrade
|
||||
|
||||
- pipenv --version
|
||||
# Install island and monkey requirements as they are needed by UT's
|
||||
- pushd monkey/monkey_island
|
||||
- pipenv sync --dev # This installs dependencies from lock
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
install:
|
||||
# Python
|
||||
- nproc
|
||||
- pip install pipenv --upgrade
|
||||
- pip install pipenv==2022.7.4
|
||||
# Install island and monkey requirements as they are needed by UT's
|
||||
- pushd monkey/monkey_island
|
||||
- pipenv sync --dev # This installs dependencies from lock
|
||||
|
|
Loading…
Reference in New Issue