Browse Source

Run slowest jobs first to speed up build

pull/1297/head
Hugo van Kemenade 1 year ago
parent
commit
178171c342
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

@ -15,8 +15,8 @@ jobs:
name: tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9']
os: [windows-latest, macos-latest, ubuntu-latest]
python: ['pypy-3.9', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
# pypy3 currently fails to run on Windows
- os: windows-latest

Loading…
Cancel
Save