Skip to content

Commit fb88449

Browse files
committed
install peft conditionally.
1 parent 6776692 commit fb88449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,9 @@ jobs:
437437
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
438438
python -m uv pip install -e [quality,test]
439439
python -m uv pip install -U ${{ matrix.config.backend }}
440+
if [ "${{ matrix.config.backend }}" = "bitsandbytes" ]; then
441+
python -m uv pip install peft
442+
fi
440443
python -m uv pip install pytest-reportlog
441444
- name: Environment
442445
run: |

0 commit comments

Comments
 (0)