Skip to content

Commit

Permalink
Only build once (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen authored Nov 16, 2024
1 parent 3b0ae79 commit 39f6334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, windows-latest]
pyver: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-20.04]
pyver: ["3.9"]
defaults:
run:
shell: pwsh
Expand Down

0 comments on commit 39f6334

Please sign in to comment.