Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pool:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.8'
versionSpec: '3.11'

- script: pip install -r requirements.txt
displayName: 'Install requirements'
Expand Down
2 changes: 1 addition & 1 deletion create_build_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self):

# Pass the required miniconda installer version from devops pipelines variables
def miniconda_installer_version(self):
return os.environ.get('MINICONDA_INSTALLER_VERSION', 'py39_4.12.0')
return os.environ.get('MINICONDA_INSTALLER_VERSION', 'py311_25.7.0-2')

# Pass the build id from devops pipelines variables
# Make sure the resulting artefact is clearly labeled if produced on a developer machine
Expand Down
Loading