Skip to content

Commit

Permalink
New ordering worked
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 24, 2024
1 parent 0a2a157 commit c04ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
# python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x']
# python: ['3.7']
python: ['3.x', '3.11', '3.7']
python: ['3.x', '3.11', '3.10', '3.9', '3.8', '3.7']
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit c04ab3b

Please sign in to comment.