Skip to content

Commit

Permalink
try changing order of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 24, 2024
1 parent ba4b4b5 commit 0a2a157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
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', '3.8', '3.9', '3.10', '3.11', '3.x']
# python: ['3.7']
# python: ['3.x']
python: ['3.x', '3.11', '3.7']
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 0a2a157

Please sign in to comment.