mirror of
https://github.com/azure/login.git
synced 2026-06-07 12:17:09 +00:00
Update azure-login-canary.yml
This commit is contained in:
parent
980d0f57a2
commit
11ff950770
1 changed files with 3 additions and 3 deletions
6
.github/workflows/azure-login-canary.yml
vendored
6
.github/workflows/azure-login-canary.yml
vendored
|
|
@ -19,14 +19,14 @@ jobs:
|
|||
run: |
|
||||
cd ../..
|
||||
CWD="$(pwd)"
|
||||
python3 -m venv oidc-venv
|
||||
. oidc-venv/bin/activate
|
||||
python3 -m venv canary-venv
|
||||
. canary-venv/bin/activate
|
||||
echo "***********activated virual environment**********"
|
||||
python3 -m pip install --upgrade pip
|
||||
echo "***************started installing cli edge build******************"
|
||||
pip3 install -q --upgrade --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge --no-cache-dir --upgrade-strategy=eager
|
||||
echo "***************installed cli Edge build*******************"
|
||||
echo "$CWD/oidc-venv/bin" >> $GITHUB_PATH
|
||||
echo "$CWD/canary-venv/bin" >> $GITHUB_PATH
|
||||
az --version
|
||||
|
||||
- name: Check out repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue