This commit is contained in:
Jakub Zaręba 2023-05-24 19:00:50 +02:00
parent 935c682d0f
commit aa08f8a595
1 changed files with 1 additions and 0 deletions

View File

@ -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
'''
}
}