Skip to content

Commit 08fb576

Browse files
committed
tests
1 parent e3ae836 commit 08fb576

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install pytest pytest-cov pytest-mock pyyaml coverage-badge
31-
pip install numpy
31+
pip install numpy transformers sentence-transformers pymilvus
32+
pip install torch==2.3.1 --index-url https://download.pytorch.org/whl/cpu
3233
3334
- name: Run tests with coverage
3435
run: |

0 commit comments

Comments
 (0)