Skip to content

Commit

Permalink
Update Integrations-post-merge-check.yaml to install yolov5 and trans…
Browse files Browse the repository at this point in the history
…formers from pypi pathway (#1566)
  • Loading branch information
bfineran committed May 19, 2023
1 parent 934ec0e commit 7c28009
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Integrations-post-merge-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
- name: "Upgrade protobuf version"
run: pip3 install --upgrade protobuf
- name: "⚙️ Install dependencies"
run: pip3 install .[dev,torchvision,deepsparse,onnxruntime]
- name: "Install transformers integration"
run: sparseml.transformers.question_answering --help
- name: "Install yolov5 integration"
run: sparseml.yolov5.train --help
run: pip3 install .[dev,torchvision,deepsparse,onnxruntime,transformers,yolov5]
- name: "🔬 Running integrations tests (cadence: commit}})"
run: make testinteg TARGETS=yolov5,transformers,image_classification

0 comments on commit 7c28009

Please sign in to comment.