Skip to content

Commit f586762

Browse files
lint issue fix
1 parent 1bbc1bc commit f586762

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
python-version: "3.11"
3232

33+
- name: Login to Azure
34+
run: |
35+
az login --service-principal -u ${{ secrets.AZURE_CLIENT_ID }} -p ${{ secrets.AZURE_CLIENT_SECRET }} --tenant ${{ secrets.AZURE_TENANT_ID }}
36+
3337
- name: Install Backend Dependencies
3438
run: |
3539
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)