Skip to content

Commit

Permalink
set azure max-parallel to 1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed Oct 5, 2022
1 parent d3e8f12 commit 7042e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
python_version: ["3.7", "3.8", "3.9", "3.10"]
profile: ["ci_azure_cli", "ci_azure_auto", "ci_azure_environment", "ci_azure_basic"]
msodbc_version: ["17", "18"]
max-parallel: 1
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository }}:CI-${{ matrix.python_version }}-msodbc${{ matrix.msodbc_version }}
Expand Down

0 comments on commit 7042e57

Please sign in to comment.