Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
PythonVersion: '3.9'
PythonVersion: '3.10'
skipComponentGovernanceDetection: true
AzureSDKCondaChannel: https://azuresdkconda.blob.core.windows.net/channel1/
Package.EnableSBOMSigning: true
Expand Down
1 change: 0 additions & 1 deletion sdk/agentserver/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ extends:
TestProxy: true
BuildDocs: true
TestTimeoutInMinutes: 60
PythonVersionForAnalyze: '3.10'
# The job "Test ubuntu2404_pypy39" in the "python - agentserver" pipeline hangs and eventually times out.
# Disable it until the issue is understood.
MatrixConfigs:
Expand Down
Loading