Skip to content

Commit

Permalink
fix wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Oct 21, 2022
1 parent 160362e commit eaa8954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
# Only build on Python 3.x
CIBW_BUILD: 'cp3?-*'
CIBW_SKIP: 'cp35-* cp310-* *-manylinux_i686'
CIBW_BEFORE_TEST: pip install pybind11 pytest
CIBW_TEST_EXTRAS: "all"
CIBW_BEFORE_TEST: pip install pybind11 pytest && sudo apt-get install -y poppler-utils imagemagick
CIBW_TEST_EXTRAS: all
CIBW_TEST_COMMAND: pytest {package}/tests

jobs:
Expand Down

0 comments on commit eaa8954

Please sign in to comment.