Skip to content

Commit

Permalink
Reducing parallel tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnah199 committed Nov 6, 2024
1 parent d4793e8 commit f94944e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/azure_ai_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"]

steps:
Expand Down

0 comments on commit f94944e

Please sign in to comment.