We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ae836 commit 08fb576Copy full SHA for 08fb576
1 file changed
.github/workflows/test.yml
@@ -28,7 +28,8 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
pip install pytest pytest-cov pytest-mock pyyaml coverage-badge
31
- pip install numpy
+ pip install numpy transformers sentence-transformers pymilvus
32
+ pip install torch==2.3.1 --index-url https://download.pytorch.org/whl/cpu
33
34
- name: Run tests with coverage
35
0 commit comments