Skip to content

Commit

Permalink
Simplify matrix build
Browse files Browse the repository at this point in the history
Just build most recent python version on windows/mac.
  • Loading branch information
burrscurr committed Jan 24, 2021
1 parent 70439ae commit 6f65c55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
strategy:
matrix:
py: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
include:
- os: windows-latest
py: 3.9
- os: macos-latest
py: 3.9

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6f65c55

Please sign in to comment.