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

Commit 7c28009

Browse files
authored
Update Integrations-post-merge-check.yaml to install yolov5 and transformers from pypi pathway (#1566)
1 parent 934ec0e commit 7c28009

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/Integrations-post-merge-check.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
- name: "Upgrade protobuf version"
4545
run: pip3 install --upgrade protobuf
4646
- name: "⚙️ Install dependencies"
47-
run: pip3 install .[dev,torchvision,deepsparse,onnxruntime]
48-
- name: "Install transformers integration"
49-
run: sparseml.transformers.question_answering --help
50-
- name: "Install yolov5 integration"
51-
run: sparseml.yolov5.train --help
47+
run: pip3 install .[dev,torchvision,deepsparse,onnxruntime,transformers,yolov5]
5248
- name: "🔬 Running integrations tests (cadence: commit}})"
5349
run: make testinteg TARGETS=yolov5,transformers,image_classification

0 commit comments

Comments
 (0)