summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-10 20:40:01 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-10 20:40:01 +0100
commit1c7486dfebcf0d0c8b4c7639993443b25c2a47a4 (patch)
tree440cb7cde8d6008dad3accc69c35b061cc19816e
parentefca3e578d8beb32ac45fbb691905aa754cf6bae (diff)
Fix pip issues
Change-Id: Ied4976f69d8e4abd0e2234a0848debf5afdfe2d8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--jjb/functest/functest-kubernetes.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml
index 7aa29d32b..b10a826cf 100644
--- a/jjb/functest/functest-kubernetes.yaml
+++ b/jjb/functest/functest-kubernetes.yaml
@@ -571,8 +571,8 @@
apt-get update && apt-get install python3.8 python3.8-dev \
python3.8-distutils \
python3.7 python3.7-dev python3.6 python3.6-dev \
- python tox enchant -y
- pip install tox-pip-version
+ python enchant -y
+ pip3 install tox tox-pip-version
tox
- job-template: