Skip to content

Commit

Permalink
[NOCHECK] Remove Python Constraint from Release Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Oct 17, 2023
1 parent 0a9196d commit 10466f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/jenkinsfiles/Jenkinsfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ EOF

final def condaS3Dir = "${env.S3_ROOT}/${env.BRANCH_NAME}/${currentBuild.number}/Python/Conda"
final def artifacts = ['main', 'client']
final def pyVersions = pipelineContext.getBuildConfig().PYTHON_VERSIONS.findAll { Double.parseDouble(it) >= 3.6 }
final def pyVersions = pipelineContext.getBuildConfig().PYTHON_VERSIONS

// build for all Python versions
for (artifact in artifacts) {
Expand Down

0 comments on commit 10466f2

Please sign in to comment.