File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 # The action defaults to 4GB. The runner has 16GB and the build runs concurrently with the
6363 # container starting up, so give the VM real headroom.
6464 memory : 8GB
65-
66- # there is an issue with az cli and python 3.14, so for now we need to pin it
67- # once the issue is resolved it should be able to be re-floated
68- # https://github.com/Azure/azure-cli/issues/32980.
69- # This can be removed once https://github.com/Azure/azure-cli/issues/32869 is supported.
70- - name : Set Python 3.13 (Linux)
71- if : matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus'
72- uses : actions/setup-python@v5
73- with :
74- python-version : ' 3.13'
75- - name : Install pinned Azure CLI on Python 3.13 (Linux)
76- if : matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus'
77- shell : bash
78- run : |
79- python -m pip install --upgrade pip
80- python -m pip install --user "azure-cli==2.64.0"
81- echo "$HOME/.local/bin" >> "$GITHUB_PATH"
82-
8365 - name : Setup SQL Server
8466 uses : Particular/install-sql-server-action@v3.0.0
8567 if : matrix.test-category == 'SqlServer'
You can’t perform that action at this time.
0 commit comments