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 7dbc8a7 commit a3bf019
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ jobs:
sudo apt-get update
sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
- name: Install Python dependencies
- name: Connect to Azure SQL Database
run: |
python3 -m venv venv
source venv/bin/activate
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
Expand Down

0 comments on commit a3bf019

Please sign in to comment.