Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit b814dfe

Browse files
authored
Merge pull request #243 from danmcp/fixe2e
Fix e2e by removing old option
2 parents 0bc6c39 + e29a983 commit b814dfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-nvidia-a10g-x4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
. venv/bin/activate
142142
cd instructlab
143-
SKIP_TRAIN=1 ./scripts/basic-workflow-tests.sh -cmFM
143+
SKIP_TRAIN=1 ./scripts/basic-workflow-tests.sh -mFM
144144
145145
- name: Add comment to PR if the workflow failed
146146
if: failure() && steps.check_pr.outputs.is_pr == 'true'

.github/workflows/e2e.yml

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

0 commit comments

Comments
 (0)