Skip to content

Commit 0cca6f4

Browse files
Update ci-ml.yml
1 parent d14cb23 commit 0cca6f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-ml.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@ jobs:
7070
- name: Install test dependencies
7171
run: |
7272
pip install pytest numpy pydantic
73+
pip install torch --index-url https://download.pytorch.org/whl/cpu
74+
pip install transformers retina-face Pillow
7375
7476
- name: Run detection tests
7577
env:
7678
PYTHONPATH: .
7779
run: |
78-
pytest tests/test_detection.py -v --tb=short
80+
pytest ml/tests/test_detection.py -v --tb=short
7981
8082
build-and-push:
8183
name: Build & Push ML Image

0 commit comments

Comments
 (0)