root: remove pipenv constraint
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -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==2021.5.29
|
||||
sudo pip3 install pipenv
|
||||
|
||||
cd tests/e2e
|
||||
sudo docker-compose up -d
|
||||
|
Reference in New Issue
Block a user