Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Sep 13, 2024
1 parent f3009a4 commit db9c6dc
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 @@ -10,11 +10,11 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 2
matrix:
include:
- os: ubuntu-latest
cibw_archs: x86_64

steps:
- uses: actions/checkout@v4

Expand All @@ -26,7 +26,7 @@ jobs:
CIBW_SKIP: "pp* *musllinux*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests/test_basic.py"
CIBW_TEST_COMMAND: "cd {project}/tests && pytest test_basic.py"
with:
package-dir: ./

Expand Down

0 comments on commit db9c6dc

Please sign in to comment.