Skip to content

Commit f685c70

Browse files
committed
Try to fix the GitHub CI test
1 parent c492505 commit f685c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install .[dev] numpy
29+
pip install .[dev] numpy torch
3030
- name: Run Linting
3131
run: |
3232
ruff check .

0 commit comments

Comments
 (0)