Skip to content

Commit c4fb41e

Browse files
committed
style: simplify command to run pytest
1 parent 42a1530 commit c4fb41e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ jobs:
4040
source .venv/bin/activate
4141
pip install maturin pytest
4242
maturin develop
43-
cd python
44-
pytest cocoindex/tests
43+
pytest python/cocoindex/tests

0 commit comments

Comments
 (0)