Skip to content

Commit b70900a

Browse files
committed
windows fix path
1 parent ee8442b commit b70900a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
8888
CIBW_TEST_REQUIRES: pytest
8989
CIBW_TEST_COMMAND: "cd {project}/packages/basemap && pytest"
90-
CIBW_TEST_COMMAND_WINDOWS: "dir {project}/packages/basemap && pytest"
90+
CIBW_TEST_COMMAND_WINDOWS: "dir {project}\\packages\\basemap && pytest"
9191
CIBW_ENVIRONMENT: >-
9292
GEOS_VERSION="3.6.5"
9393
GEOS_DIR="$(pwd)/extern"

0 commit comments

Comments
 (0)