Skip to content

Commit

Permalink
Merge pull request #243 from danmcp/fixe2e
Browse files Browse the repository at this point in the history
Fix e2e by removing old option
  • Loading branch information
danmcp authored Aug 16, 2024
2 parents 0bc6c39 + e29a983 commit b814dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Run e2e test
run: |
. venv/bin/activate
./instructlab/scripts/basic-workflow-tests.sh -cm
./instructlab/scripts/basic-workflow-tests.sh -m
- name: Remove llama-cpp-python from cache
if: always()
Expand Down

0 comments on commit b814dfe

Please sign in to comment.