lava: pip install range not working
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 2 Mar 2021 14:11:18 +0000 (09:11 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 2 Mar 2021 14:11:18 +0000 (09:11 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index 61c421b8c25339531498c5b265d98a58b31df2c0..b3b9c1e2aa9b1270f48fc7df58eaf1e665b71607 100644 (file)
@@ -87,7 +87,7 @@ actions:
                     - apt-get update
                     - apt-get upgrade
                     - apt-get install -y systemtap-sdt-dev
-                    - pip3 install --upgrade 'pip>=20.3<21'
+                    - pip3 install 'pip==20.3'
                     - hash -r
                     - pip3 install vlttng
                     - {{ vlttng_cmd }}
This page took 0.023997 seconds and 4 git commands to generate.