Skip to content

Commit 73d83c6

Browse files
committed
Fix CI
1 parent 0e9ef20 commit 73d83c6

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/run-gpu-join.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)