Skip to content

Commit

Permalink
[Workflows] remove installation of redundant modules from flax PR tes…
Browse files Browse the repository at this point in the history
…ts (#7662)

remove installation of redundant modules from flax PR tests
  • Loading branch information
sayakpaul authored Apr 17, 2024
1 parent f0fa17d commit 30c977d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 30c977d

Please sign in to comment.