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)

(cherry picked from commit 7c28009)
  • Loading branch information
bfineran authored and rahul-tuli committed May 30, 2023
1 parent 8d83570 commit bd1a5bc
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 bd1a5bc

Please sign in to comment.