Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Oct 9, 2024
1 parent d70b718 commit a7162f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CIBW_SKIP: "pp* *musllinux* *cp36* *cp313*"
CIBW_ARCHS: x86_64
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "cd {project}/tests && pytest"
CIBW_TEST_COMMAND: "cd {project}/tests && pytest ."
with:
package-dir: ./

Expand Down

0 comments on commit a7162f8

Please sign in to comment.