"vscode:/vscode.git/clone" did not exist on "6529ee67ec02fcf58d2fd9242164ea002b351d75"
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
......@@ -62,4 +62,4 @@ jobs:
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
-s -v \
--make-reports=tests_${{ matrix.config.report }} \
tests/lora/test_lora_layers_peft.py
\ No newline at end of file
tests/lora/test_lora_layers_peft.py
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