Skip to content

Commit

Permalink
update integrations tests to use pypi forks (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran committed May 9, 2023
1 parent 4019f52 commit afd9bc8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integrations-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ 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: pre-commit}})"
run: make testinteg TARGETS=$TRANSFORMERS,$YOLOV5,$IMAGE_CLASSIFICATION

0 comments on commit afd9bc8

Please sign in to comment.