Skip to content

Commit 40df2dc

Browse files
committed
remove pinning form another script
1 parent 42df490 commit 40df2dc

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/container-integration-test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,6 @@ jobs:
5757
uses: actions/setup-dotnet@v6.0.0
5858
with:
5959
global-json-file: global.json
60-
61-
# there is an issue with az cli and python 3.14, so for now we need to pin it
62-
# once the issue is resolved it should be able to be re-floated
63-
# https://github.com/Azure/azure-cli/issues/32980
64-
- name: Set Python 3.13 (Linux)
65-
if: matrix.name == 'asb'
66-
uses: actions/setup-python@v5
67-
with:
68-
python-version: '3.13'
69-
- name: Install pinned Azure CLI on Python 3.13 (Linux)
70-
if: matrix.name == 'asb'
71-
shell: bash
72-
run: |
73-
python -m pip install --upgrade pip
74-
python -m pip install --user "azure-cli==2.64.0"
75-
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
76-
7760
- name: Run MinVer
7861
uses: Particular/run-minver-action@v1.0.0
7962
- name: Log in to GitHub container registry

0 commit comments

Comments
 (0)