Skip to content

Commit

Permalink
Merge pull request #312 from AurelienJaquier/fix-wheels
Browse files Browse the repository at this point in the history
fix tests path and add parallel tests in wheels testing
  • Loading branch information
AurelienJaquier committed Aug 28, 2023
2 parents 8d8f705 + 20fa90c commit d9b64b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:

env:
CIBW_BUILD: ${{ matrix.python }}*${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest neo[neomatlabio]>=0.5.1
CIBW_TEST_COMMAND: pytest -sx {project}/efel/tests
CIBW_TEST_REQUIRES: pytest neo[neomatlabio]>=0.5.1 pytest-xdist>=3.3.1
CIBW_TEST_COMMAND: pytest -sx -n auto {project}/tests
CIBW_SKIP: "*-musllinux_*"

steps:
Expand Down

0 comments on commit d9b64b0

Please sign in to comment.