Compare commits

...

1 Commits

Author SHA1 Message Date
sayakpaul
1eb815155e remove installation of redundant modules from flax PR tests 2024-04-13 07:52:29 +05:30

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" \