1 parent d14cb23 commit 0cca6f4Copy full SHA for 0cca6f4
1 file changed
.github/workflows/ci-ml.yml
@@ -70,12 +70,14 @@ jobs:
70
- name: Install test dependencies
71
run: |
72
pip install pytest numpy pydantic
73
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
74
+ pip install transformers retina-face Pillow
75
76
- name: Run detection tests
77
env:
78
PYTHONPATH: .
79
- pytest tests/test_detection.py -v --tb=short
80
+ pytest ml/tests/test_detection.py -v --tb=short
81
82
build-and-push:
83
name: Build & Push ML Image
0 commit comments