Skip to content

Commit

Permalink
Merge pull request #1675 from edx/hassan/exporter-worker-python-version
Browse files Browse the repository at this point in the history
chore: Added missing python version to exporter worker.
  • Loading branch information
HassanJaveed84 authored Nov 21, 2023
2 parents a7a92b5 + 9528843 commit 2d1744f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataeng/jobs/analytics/AnalyticsExporter.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class AnalyticsExporter {
stringParam('ORG')
stringParam('PLATFORM_VENV')
stringParam('EXTRA_OPTIONS')
stringParam('PYTHON_VENV_VERSION', 'python3.7', 'Python version to use for creating virtualenv.')
}
parameters secure_scm_parameters(allVars)

Expand Down

0 comments on commit 2d1744f

Please sign in to comment.