Update 'Jenkinsfile'

This commit is contained in:
Piotr Szkudlarek 2023-10-24 18:55:05 +02:00
parent 4db79f51e0
commit f0bb3d56f2

1
Jenkinsfile vendored
View File

@ -5,7 +5,6 @@ pipeline {
stages { stages {
stage('Test') { stage('Test') {
steps { steps {
sh 'pip --version'
sh 'pip install --user black' sh 'pip install --user black'
sh 'black ./' sh 'black ./'
} }