Skip to content

Commit 68bcb11

Browse files
committed
point pytest to arraykit/test
1 parent 4b0871a commit 68bcb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
CIBW_BUILD: cp${{ matrix.major }}${{ matrix.minor }}-*
5252
CIBW_BUILD_VERBOSITY: 1
5353
CIBW_BEFORE_TEST: pip install -r {project}/requirements-test.txt
54-
CIBW_TEST_COMMAND: pytest {project}
54+
CIBW_TEST_COMMAND: pytest {project}/test
5555
- uses: actions/upload-artifact@master
5656
with:
5757
name: dist

0 commit comments

Comments
 (0)