Unverified Commit fda29770 authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

[`test` / `peft`] Fix silent behaviour on PR tests (#5852)

Update pr_test_peft_backend.yml
parent 2695ba8e
......@@ -45,7 +45,7 @@ jobs:
run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m pip install -e .[quality,test]
if [ "${{ matrix.lib-version }}" == "main" ]; then
if [ "${{ matrix.lib-versions }}" == "main" ]; then
python -m pip install -U git+https://github.com/huggingface/peft.git
python -m pip install -U git+https://github.com/huggingface/transformers.git
python -m pip install -U git+https://github.com/huggingface/accelerate.git
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment