Skip to content

Commit 7aec349

Browse files
committed
Fix tests
1 parent c8cc45a commit 7aec349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install ".[dev, torch]"
29+
python -m pip install ".[dev]"
3030
- name: Run unit tests
3131
run: HF_TOKEN=$HF_TOKEN pytest -sv tests/

0 commit comments

Comments
 (0)