Skip to content

Commit ee8442b

Browse files
committed
windows fix path
1 parent cb1cb91 commit ee8442b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ 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: "cd {project} && pytest"
89+
CIBW_TEST_COMMAND: "cd {project}/packages/basemap && pytest"
90+
CIBW_TEST_COMMAND_WINDOWS: "dir {project}/packages/basemap && pytest"
9091
CIBW_ENVIRONMENT: >-
9192
GEOS_VERSION="3.6.5"
9293
GEOS_DIR="$(pwd)/extern"

0 commit comments

Comments
 (0)