Skip to content

Commit f47bda8

Browse files
committed
build(jenkins): use same Python version for codecov and linting
1 parent 2f1c59a commit f47bda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pipeline {
6666

6767
stage('Coverage') {
6868
when {
69-
environment name: 'PYTHON_VERSION', value: '3.10'
69+
environment name: 'PYTHON_VERSION', value: '3.11'
7070
}
7171
steps {
7272
sh '''#!/usr/bin/env bash

0 commit comments

Comments
 (0)