Skip to content

Commit

Permalink
fix package testing (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Mar 24, 2023
1 parent f9bd8f3 commit f5b6b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
run: >
pip install yolov5==7.0.9
- name: Install DeepSparse
run: >
pip install deepsparse
- name: Install Detectron2(0.6)
run: >
python -m pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/index.html
Expand Down

0 comments on commit f5b6b1d

Please sign in to comment.