Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit afd9bc8

Browse files
authored
update integrations tests to use pypi forks (#1550)
1 parent 4019f52 commit afd9bc8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/integrations-check.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ jobs:
6565
- name: "Upgrade protobuf version"
6666
run: pip3 install --upgrade protobuf
6767
- name: "⚙️ Install dependencies"
68-
run: pip3 install .[dev,torchvision,deepsparse,onnxruntime]
69-
- name: "Install transformers integration"
70-
run: sparseml.transformers.question_answering --help
71-
- name: "Install yolov5 integration"
72-
run: sparseml.yolov5.train --help
68+
run: pip3 install .[dev,torchvision,deepsparse,onnxruntime,transformers,yolov5]
7369
- name: "🔬 Running integrations tests (cadence: pre-commit}})"
7470
run: make testinteg TARGETS=$TRANSFORMERS,$YOLOV5,$IMAGE_CLASSIFICATION
7571

0 commit comments

Comments
 (0)