diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b530ed..7b10440 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,4 +108,4 @@ jobs: CIBW_REPAIR_WHEEL_COMMAND_MACOS: 'DYLD_LIBRARY_PATH=${{ runner.temp }}/3rd-party/dist/lib delocate-wheel --require-archs=${{ matrix.arch }} -w {dest_dir} -v {wheel}' # CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair --add-path ${{ runner.temp }}\geos-${{ env.GEOS_VERSION }}\bin -w {dest_dir} {wheel} CIBW_TEST_REQUIRES: pytest - CIBW_TEST_COMMAND: pytest spherely + CIBW_TEST_COMMAND: pytest tests