From abf997e6afbb4436c4598576f5979a333284ec9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Sat, 10 Oct 2020 09:29:28 +0200 Subject: [PATCH] pip --version --- tests/test.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.bash b/tests/test.bash index 2fe2df3..bb2865e 100755 --- a/tests/test.bash +++ b/tests/test.bash @@ -36,6 +36,7 @@ sudo docker-compose down \ && python3 -m venv venv \ && source venv/bin/activate \ && python --version \ +&& pip --version \ && pip install -r requirements.txt \ && pytest \ && deactivate \