Skip to content

Commit

Permalink
Merge pull request #618 from cvanelteren/unittest-workflow
Browse files Browse the repository at this point in the history
Add pytest to workflow
  • Loading branch information
molinav authored Feb 24, 2025
2 parents 52eb850 + 5c6f072 commit cc0c497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
CIBW_TEST_EXTRAS: "test"
CIBW_TEST_COMMAND: "python -m pytest {project}/packages/basemap"
CIBW_ENVIRONMENT: >-
GEOS_VERSION="3.6.5"
GEOS_DIR="$(pwd)/extern"
Expand Down

0 comments on commit cc0c497

Please sign in to comment.