From dce651c4c915d63b0362e4b3b987fbcc6462f524 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Wed, 21 Aug 2024 10:34:57 +0200 Subject: [PATCH] fix pytest command? Co-authored-by: Joris Van den Bossche --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 744b3d1..80d1662 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,4 +110,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 tests + CIBW_TEST_COMMAND: pytest {project}/tests