We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6110d7c commit 43346adCopy full SHA for 43346ad
.github/workflows/pr_tests.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
apt-get update && apt-get install libsndfile1-dev libgl1 -y
74
python -m pip install -e .[quality,test]
75
- python -m pip install git+https://github.com/huggingface/accelerate.git
+ python -m pip install accelerate
76
77
- name: Environment
78
@@ -115,7 +115,7 @@ jobs:
115
116
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
117
--make-reports=tests_${{ matrix.config.report }} \
118
- examples/test_examples.py
+ examples/test_examples.py
119
120
- name: Failure short reports
121
if: ${{ failure() }}
0 commit comments