Skip to content

Commit 97a48c9

Browse files
committed
fix: refactor for lightweight ci tests to resolve exit code 2
1 parent f864ede commit 97a48c9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install pytest httpx fastapi pydantic-settings pandas scikit-learn datasets transformers peft bitsandbytes torch --extra-index-url https://download.pytorch.org/whl/cpu
31-
32-
- name: Dependency check
33-
run: |
34-
python -c "import torch; import transformers; import peft; print('ML dependencies loaded')"
30+
pip install pytest httpx fastapi pydantic-settings pandas scikit-learn
3531
3632
- name: Run tests
3733
run: |

0 commit comments

Comments
 (0)