ci: lock pipenv to 2021.11.5 for now

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-06 12:19:47 +01:00
parent 6424bf98da
commit 9b8c1cbea5
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ sudo apt-get install -y nodejs
# Setup python
sudo apt install -y python3.9 python3.9-dev python3-pip libxmlsec1-dev pkg-config
# Setup docker
sudo pip3 install pipenv
sudo pip3 install pipenv==2021.5.29
cd tests/e2e
sudo docker-compose up -d