Skip to content
Open
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
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,6 @@ jobs:
id: build
background: true
run: dotnet build tests.proj --configuration Release -graph
# there is an issue with az cli and python 3.14, so for now we need to pin it
# once the issue is resolved it should be able to be re-floated
# https://github.com/Azure/azure-cli/issues/32980.
# This can be removed once https://github.com/Azure/azure-cli/issues/32869 is supported.
- name: Set Python 3.13 (Linux)
if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus'
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install pinned Azure CLI on Python 3.13 (Linux)
if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus'
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install --user "azure-cli==2.64.0"
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Setup SQS environment variables
if: matrix.test-category == 'SQS'
run: |
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/container-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,6 @@ jobs:
uses: actions/setup-dotnet@v6.0.0
with:
global-json-file: global.json

# there is an issue with az cli and python 3.14, so for now we need to pin it
# once the issue is resolved it should be able to be re-floated
# https://github.com/Azure/azure-cli/issues/32980
- name: Set Python 3.13 (Linux)
if: matrix.name == 'asb'
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install pinned Azure CLI on Python 3.13 (Linux)
if: matrix.name == 'asb'
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install --user "azure-cli==2.64.0"
echo "$HOME/.local/bin" >> "$GITHUB_PATH"

- name: Run MinVer
uses: Particular/run-minver-action@v1.0.0
- name: Log in to GitHub container registry
Expand Down
Loading