From 30c977d1f5300bffdf14b92d06c90293e789b587 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Wed, 17 Apr 2024 15:16:04 +0530 Subject: [PATCH] [Workflows] remove installation of redundant modules from flax PR tests (#7662) remove installation of redundant modules from flax PR tests --- .github/workflows/pr_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index aa4afebb9cc1..b1bed6568aa4 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -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" \