diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 35f513d..3b6712e 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -38,8 +38,6 @@ jobs: - name: Connect to Azure SQL Database run: | - python3 -m venv venv - source venv/bin/activate pip install azure-identity pyodbc azure-core python - <