File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 key : vcpkg-installed-${{ runner.os }}-${{ runner.arch }}-${{ env.VCPKG_REF }}-3
8080
8181 - name : Install vcpkg dependencies
82- if : steps.cache-vcpkg.outputs.cache-hit != 'true'
8382 run : |
8483 ./vcpkg/vcpkg install abseil openssl geos
8584
@@ -127,19 +126,6 @@ jobs:
127126 cmake --preset=default-with-tests -S . -B build -DCMAKE_CUDA_ARCHITECTURES=86
128127 cmake --build build --target all
129128
130- - name : Run libgpuspatial tests
131- if : matrix.run_libgpuspatial
132- run : |
133- echo "=== Running libgpuspatial tests ==="
134- cd c/sedona-libgpuspatial/libgpuspatial/build
135- shopt -s nullglob
136- for test_exec in test/*; do
137- if [[ -f "$test_exec" && -x "$test_exec" ]]; then
138- echo "--- Running ${test_exec} ---"
139- "$test_exec"
140- fi
141- done
142-
143129 - name : Install
144130 if : matrix.run_python_gpu
145131 run : |
You can’t perform that action at this time.
0 commit comments