root: remove pipenv constraint

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-09 14:19:33 +01:00
parent 123ff7ad1f
commit 94290c7e36
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
docker-compose -f scripts/ci.docker-compose.yml up -d
sudo apt update
sudo apt install -y libxmlsec1-dev pkg-config
sudo pip install -U wheel pipenv==2021.5.29
sudo pip install -U wheel pipenv
if [[ "$INSTALL" != "true" ]]; then
pipenv install --dev
fi