mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-17 20:31:47 +02:00
ci : remove leftover command (#28839)
This commit is contained in:
@@ -116,7 +116,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
cd tools/server/tests
|
cd tools/server/tests
|
||||||
export ${{ matrix.extra_args }}
|
|
||||||
PYTEST_WORKERS=1 ./tests.sh
|
PYTEST_WORKERS=1 ./tests.sh
|
||||||
|
|
||||||
- name: Slow tests
|
- name: Slow tests
|
||||||
@@ -125,5 +124,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
cd tools/server/tests
|
cd tools/server/tests
|
||||||
export ${{ matrix.extra_args }}
|
|
||||||
PYTEST_WORKERS=1 SLOW_TESTS=1 ./tests.sh
|
PYTEST_WORKERS=1 SLOW_TESTS=1 ./tests.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user