forked from p15670423/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
|
# Python
|
||||||
- nproc
|
- nproc
|
||||||
- pip install pip --upgrade
|
- pip install pip --upgrade
|
||||||
|
- pipenv --version
|
||||||
# Install island and monkey requirements as they are needed by UT's
|
# Install island and monkey requirements as they are needed by UT's
|
||||||
- pushd monkey/monkey_island
|
- pushd monkey/monkey_island
|
||||||
- pipenv sync --dev # This installs dependencies from lock
|
- pipenv sync --dev # This installs dependencies from lock
|
||||||
|
@ -120,7 +120,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
# Python
|
# Python
|
||||||
- nproc
|
- nproc
|
||||||
- pip install pipenv --upgrade
|
- pip install pipenv==2022.7.4
|
||||||
# Install island and monkey requirements as they are needed by UT's
|
# Install island and monkey requirements as they are needed by UT's
|
||||||
- pushd monkey/monkey_island
|
- pushd monkey/monkey_island
|
||||||
- pipenv sync --dev # This installs dependencies from lock
|
- pipenv sync --dev # This installs dependencies from lock
|
||||||
|
|
Loading…
Reference in New Issue