Skip to content

Commit 43346ad

Browse files
authored
Install accelerate from PyPI in PR test runner (#5721)
install acclerate from pypi
1 parent 6110d7c commit 43346ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
apt-get update && apt-get install libsndfile1-dev libgl1 -y
7474
python -m pip install -e .[quality,test]
75-
python -m pip install git+https://github.com/huggingface/accelerate.git
75+
python -m pip install accelerate
7676
7777
- name: Environment
7878
run: |
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
117117
--make-reports=tests_${{ matrix.config.report }} \
118-
examples/test_examples.py
118+
examples/test_examples.py
119119
120120
- name: Failure short reports
121121
if: ${{ failure() }}

0 commit comments

Comments
 (0)