Unverified Commit bf40d7d8 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

add peft dependency to fast push tests (#6229)

* add peft dependency

* add peft dependency at the correct place.
parent 32ff4773
...@@ -98,6 +98,7 @@ jobs: ...@@ -98,6 +98,7 @@ jobs:
- name: Run example PyTorch CPU tests - name: Run example PyTorch CPU tests
if: ${{ matrix.config.framework == 'pytorch_examples' }} if: ${{ matrix.config.framework == 'pytorch_examples' }}
run: | run: |
python -m pip install peft
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \ python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
--make-reports=tests_${{ matrix.config.report }} \ --make-reports=tests_${{ matrix.config.report }} \
examples examples
......
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