Skip to content

Commit

Permalink
Merge pull request #237 from microsoft/reduce-CI-parallelism
Browse files Browse the repository at this point in the history
reduce CI parallelism
  • Loading branch information
prdpsvs authored Apr 15, 2024
2 parents 568669e + bb4dbe5 commit 75e2621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
integration-tests-azure:
name: Integration tests on Azure
strategy:
fail-fast: true
max-parallel: 1
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
msodbc_version: ["17", "18"]
Expand Down

0 comments on commit 75e2621

Please sign in to comment.