"torchvision/csrc/ops/cpu/nms_kernel.cpp" did not exist on "9ed2fa3c7e4ffde0dc69967d6cd91a955491dcb2"
Unverified Commit 30c977d1 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[Workflows] remove installation of redundant modules from flax PR tests (#7662)

remove installation of redundant modules from flax PR tests
parent f0fa17dd
...@@ -146,7 +146,6 @@ jobs: ...@@ -146,7 +146,6 @@ jobs:
- name: Run fast Flax TPU tests - name: Run fast Flax TPU tests
if: ${{ matrix.config.framework == 'flax' }} if: ${{ matrix.config.framework == 'flax' }}
run: | run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile \ python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile \
-s -v -k "Flax" \ -s -v -k "Flax" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment