Skip to content

Commit

Permalink
try that
Browse files Browse the repository at this point in the history
  • Loading branch information
kodonnell committed Apr 18, 2024
1 parent 8bfa751 commit 407cff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-2019, macos-13, macos-14]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions tests/test_ro_issue26.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import sys
from pathlib import Path
from tempfile import NamedTemporaryFile

import numpy as np
import pytest
import qoi
from PIL import Image


@pytest.mark.xfail(sys.platform == "win32", reason="not sure why this fails on windows ...")
def test_handles_ro_array_issue26():
image_filepath = Path(__file__).parent.parent / "src" / "qoi" / "koi.png"
image = Image.open(image_filepath).convert("RGB")
Expand Down

0 comments on commit 407cff4

Please sign in to comment.