Update 'Jenkinsfile'

This commit is contained in:
Piotr Szkudlarek 2023-10-24 18:47:13 +02:00
parent 002112f98e
commit 2a9f8b73a5

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stage('Test') {
steps {
sh 'pip --version'
sh 'pip install black'
sh 'sudo pip install black'
}
}
}