Skip to content

Commit bf40d7d

Browse files
authored
add peft dependency to fast push tests (huggingface#6229)
* add peft dependency * add peft dependency at the correct place.
1 parent 32ff477 commit bf40d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push_tests_fast.yml

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: Run example PyTorch CPU tests
9999
if: ${{ matrix.config.framework == 'pytorch_examples' }}
100100
run: |
101+
python -m pip install peft
101102
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
102103
--make-reports=tests_${{ matrix.config.report }} \
103104
examples

0 commit comments

Comments
 (0)