We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cc45a commit 7aec349Copy full SHA for 7aec349
1 file changed
.github/workflows/tests.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install ".[dev, torch]"
+ python -m pip install ".[dev]"
30
- name: Run unit tests
31
run: HF_TOKEN=$HF_TOKEN pytest -sv tests/
0 commit comments