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

remove installation of redundant modules from flax PR tests
This commit is contained in:
Sayak Paul
2024-04-17 15:16:04 +05:30
committed by GitHub
parent f0fa17dd8e
commit 30c977d1f5

View File

@@ -146,7 +146,6 @@ jobs:
- name: Run fast Flax TPU tests
if: ${{ matrix.config.framework == 'flax' }}
run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m pytest -n 4 --max-worker-restart=0 --dist=loadfile \
-s -v -k "Flax" \