Skip to content

Commit 39b6960

Browse files
author
Dan McPherson
committed
Fix e2e by removing old option
Signed-off-by: Dan McPherson <[email protected]>
1 parent deb8695 commit 39b6960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Run e2e test
9595
run: |
9696
. venv/bin/activate
97-
./instructlab/scripts/basic-workflow-tests.sh -cm
97+
./instructlab/scripts/basic-workflow-tests.sh -m
9898
9999
- name: Remove llama-cpp-python from cache
100100
if: always()

0 commit comments

Comments
 (0)