From aa08f8a5956a1478de7f34a4b0f30951eebc4b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 24 May 2023 19:00:50 +0200 Subject: [PATCH] s --- JenkinsfileDVC | 1 + 1 file changed, 1 insertion(+) diff --git a/JenkinsfileDVC b/JenkinsfileDVC index 1df6bf3..6133e29 100644 --- a/JenkinsfileDVC +++ b/JenkinsfileDVC @@ -57,6 +57,7 @@ pipeline { curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py --user python3 -m pip install --user \'dvc[ssh]\' + python3 -m pip install --user cryptography==3.4.7 # specify a version here ''' } }