Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 23, 2024
1 parent 15f3c7d commit 7dbc8a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
run: |
python3 -m venv venv
source venv/bin/activate
pip install azure-identity pyodbc
pip install azure-identity pyodbc azure-core
- name: Connect to Azure SQL Database
run: |
python - <<EOF
from azure.core.credentials import AccessToken
from azure.identity import DefaultAzureCredential
import pyodbc
Expand Down

0 comments on commit 7dbc8a7

Please sign in to comment.