diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 1dbe97f..0621c02 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -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 - <