Skip to content

Commit 28f4043

Browse files
Improve fast tests (#3416)
Update pr_tests.yml
1 parent 03e5126 commit 28f4043

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pr_tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
run: |
7070
apt-get update && apt-get install libsndfile1-dev -y
7171
python -m pip install -e .[quality,test]
72-
python -m pip install -U git+https://github.com/huggingface/transformers
73-
python -m pip install git+https://github.com/huggingface/accelerate
7472
7573
- name: Environment
7674
run: |
@@ -152,8 +150,8 @@ jobs:
152150
${CONDA_RUN} python -m pip install --upgrade pip
153151
${CONDA_RUN} python -m pip install -e .[quality,test]
154152
${CONDA_RUN} python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
155-
${CONDA_RUN} python -m pip install git+https://github.com/huggingface/accelerate
156-
${CONDA_RUN} python -m pip install -U git+https://github.com/huggingface/transformers
153+
${CONDA_RUN} python -m pip install accelerate --upgrade
154+
${CONDA_RUN} python -m pip install transformers --upgrade
157155
158156
- name: Environment
159157
shell: arch -arch arm64 bash {0}

0 commit comments

Comments
 (0)