Skip to content

Commit

Permalink
Skip 3.6, re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jan 9, 2025
1 parent 897ea28 commit 9490f82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ jobs:
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_SKIP: cp2* cp35* pp* cp313* *musllinux*
# CIBW_TEST_COMMAND: pytest --regression {package}/tests
# CIBW_TEST_COMMAND: pwd && ls && python3 -c "import pycbf, pathlib; print(pycbf.__path__ + '\n'); print(list(pathlib.Path(pycbf.__path__).parent.iterdir()))"
# CIBW_BEFORE_TEST: pip install pytest dials-data
CIBW_SKIP: cp2* cp36* pp* cp313* *musllinux*
CIBW_TEST_COMMAND: pytest --regression {package}/tests
CIBW_BEFORE_TEST: pip install pytest dials-data

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9490f82

Please sign in to comment.