Skip to content

Commit

Permalink
doing what the error states
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanelteren committed Feb 24, 2025
1 parent b70900a commit fd779c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "cd {project}/packages/basemap && pytest"
CIBW_TEST_COMMAND_WINDOWS: "dir {project}\\packages\\basemap && pytest"
CIBW_TEST_COMMAND: "pytest {project}/packages/basemap"
CIBW_ENVIRONMENT: >-
GEOS_VERSION="3.6.5"
GEOS_DIR="$(pwd)/extern"
Expand Down

0 comments on commit fd779c5

Please sign in to comment.