Skip to content

Commit

Permalink
add pytest cov
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Dec 19, 2023
1 parent 7649446 commit c8e866b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-bnb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
source activate peft
pip install -e . --no-deps
pip install pytest-reportlog
pip install pytest-reportlog pytest-cov
mkdir transformers-clone && git clone https://github.com/huggingface/transformers.git
- name: Run examples on single GPU
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
source activate peft
pip install -e . --no-deps
pip install pytest-reportlog
pip install pytest-reportlog pytest-cov
mkdir transformers-clone && git clone https://github.com/huggingface/transformers.git
- name: Run core GPU tests on multi-gpu
Expand Down

0 comments on commit c8e866b

Please sign in to comment.