Skip to content

Commit 0127f15

Browse files
committed
fixes path for CIBW_TEST_COMMAND
1 parent 801c47f commit 0127f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
CIBW_SKIP: "*musllinux*"
2525
CIBW_ARCHS: native
2626
CIBW_BUILD_FRONTEND: build
27-
CIBW_TEST_COMMAND: "python TESTS/unitTests.py"
27+
CIBW_TEST_COMMAND: "python {project}/TESTS/unitTests.py"
2828

2929
- name: "Upload wheel as artifact"
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)