Project: Lock the windows pipenv version to 2022.7.4

This commit is contained in:
Ilija Lazoroski 2022-09-09 13:22:54 +02:00 committed by Mike Salvatore
parent d009bc458c
commit e690eb7c61
1 changed files with 2 additions and 2 deletions

View File

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