Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 26, 2024
1 parent dfef766 commit 2adaefe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ jobs:
CIBW_ARCHS_MACOS: ${{ matrix.cibw_archs_macos }}
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
CIBW_TEST_REQUIRES: pytest
CIBW_BEFORE_TEST: pip install --only-binary ":all:" Pillow; true
CIBW_BEFORE_TEST_WINDOWS: pip install --only-binary ":all:" Pillow || VER>NUL
CIBW_BEFORE_TEST_MACOS: pip install --only-binary ":all:" Pillow 2>/dev/null
CIBW_BEFORE_TEST_LINUX: pip install --only-binary ":all:" Pillow 2>/dev/null
CIBW_TEST_COMMAND: pytest {package}/tests
CIBW_TEST_SKIP: "*-win32"
# If enable stubgen (pyproject.toml), then requires mypy which depends on typed-ast
Expand Down

0 comments on commit 2adaefe

Please sign in to comment.