diff --git a/.github/workflows/package_testing.yml b/.github/workflows/package_testing.yml index c745a9543..6fe4f147f 100644 --- a/.github/workflows/package_testing.yml +++ b/.github/workflows/package_testing.yml @@ -76,10 +76,6 @@ jobs: 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 - - name: Install Transformers(4.35.0) run: > pip install transformers==4.35.0