From 55b043cc45bdb626c911c8d6d33b0db510670d02 Mon Sep 17 00:00:00 2001 From: Jack Betteridge Date: Wed, 1 Nov 2023 18:29:09 +0000 Subject: [PATCH] Remove debugging --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a74eda..ae65e9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,11 +79,8 @@ jobs: source test/bin/activate pip install build cd libsupermesh/rtree - ls ./ci/install_libspatialindex.bash python -m build --wheel - ls dist - echo $(ls dist/Rtree*.whl) pip install $(ls dist/Rtree*.whl) - name: CMake