Skip to content

Commit c461f53

Browse files
committed
use module call to run pytest
1 parent af2827f commit c461f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
export PDAL_DRIVER_PATH=$PDAL_PLUGIN_PATH:$PDAL_DRIVER_PATH
7575
python -m pdal
7676
pdal --drivers --debug
77-
py.test -v test/
77+
python -m pytest -v test/
7878

0 commit comments

Comments
 (0)