Skip to content

Commit ae8edbf

Browse files
committed
Disable set_rows until it's implemented
1 parent 4c58742 commit ae8edbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
- name: Test
180180
id: cmake_test
181181
run: |
182+
export LLAMA_SET_ROWS=0
182183
cd build
183184
ctest -L main --verbose --timeout 900
184185
@@ -437,6 +438,7 @@ jobs:
437438
- name: Test
438439
id: cmake_test
439440
run: |
441+
export LLAMA_SET_ROWS=0
440442
cd build
441443
# This is using llvmpipe and runs slower than other backends
442444
ctest -L main --verbose --timeout 3600

0 commit comments

Comments
 (0)