Skip to content

Commit

Permalink
max-parallel: 3
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 24, 2024
1 parent 3b3bf9c commit ba4b4b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ on:
jobs:
Agent:
strategy:
max-parallel: 3
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x']
# python: ['3.7']
# python: ['3.x']
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit ba4b4b5

Please sign in to comment.