Skip to content

Commit

Permalink
Fix e2e by removing old option
Browse files Browse the repository at this point in the history
Signed-off-by: Dan McPherson <[email protected]>
  • Loading branch information
danmcp committed Aug 15, 2024
1 parent 0bc6c39 commit d9a1ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-a10g-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
. venv/bin/activate
cd instructlab
SKIP_TRAIN=1 ./scripts/basic-workflow-tests.sh -cmFM
SKIP_TRAIN=1 ./scripts/basic-workflow-tests.sh -mFM
- name: Add comment to PR if the workflow failed
if: failure() && steps.check_pr.outputs.is_pr == 'true'
Expand Down

0 comments on commit d9a1ae0

Please sign in to comment.