Skip to content

Commit

Permalink
Fix release 1.1.0 (#21)
Browse files Browse the repository at this point in the history
* fix: missing exclusion

---------

Co-authored-by: Thomas Ryckeboer <[email protected]>
  • Loading branch information
thomasryck and thomasryck authored Jun 26, 2023
1 parent 6c74646 commit 6d9a9ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
exclude:
- os: macos-latest
python-version: '3.7'

steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6d9a9ad

Please sign in to comment.