Skip to content

Commit

Permalink
ci(github): remove win32 run
Browse files Browse the repository at this point in the history
Not yet sure how ImageMagick should be installed on Windows.
  • Loading branch information
engeir committed Nov 10, 2023
1 parent df0c33c commit 0b6eec3
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 323 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
os:
- ubuntu-latest
- macos-latest
# - windows-latest # Haven't figured out how ImageMagick should be installed on win32 yet

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 0b6eec3

Please sign in to comment.