diff --git a/Jenkinsfile b/Jenkinsfile index ff0dba8..1623fa2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { steps { checkout scm sh 'pip install poetry' + sh 'python --version' } } }