Skip to content

Commit b13c6a4

Browse files
committed
Invoke pytest in workflow with python -m syntax
1 parent 2b00aa4 commit b13c6a4

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
@@ -86,7 +86,7 @@ jobs:
8686
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
8787
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
8888
CIBW_TEST_REQUIRES: pytest
89-
CIBW_TEST_COMMAND: "pytest {project}/packages/basemap"
89+
CIBW_TEST_COMMAND: "python -m pytest {project}/packages/basemap"
9090
CIBW_ENVIRONMENT: >-
9191
GEOS_VERSION="3.6.5"
9292
GEOS_DIR="$(pwd)/extern"

0 commit comments

Comments
 (0)