Skip to content

Commit

Permalink
Update build.gradle to use 3.12 for metrics report (apache#32547)
Browse files Browse the repository at this point in the history
* Update build.gradle to use 3.12

* Take version from default
  • Loading branch information
damccorm authored and reeba212 committed Dec 4, 2024
1 parent c4f36d7 commit 1246d90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .test-infra/jenkins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ plugins {
applyGroovyNature()
applyPythonNature()

// TODO(https://github.com/apache/beam/issues/20209): Don't hardcode this version, take the value provided by Python nature.
pythonVersion = '3.8'

task generateMetricsReport {
dependsOn setupVirtualenv
def metricsReportFilename = "beam-metrics_report.html"
Expand Down

0 comments on commit 1246d90

Please sign in to comment.