Skip to content

Commit c757e57

Browse files
committed
Remove version pinning of az cli, use fixed version of servicebus action
1 parent 0f813d9 commit c757e57

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,6 @@ jobs:
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'

0 commit comments

Comments
 (0)