Skip to content

Commit 5aeb06a

Browse files
committed
Fix
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 5de98fa commit 5aeb06a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/setupapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,12 @@ jobs:
109109
NGC_API_KEY: ${{ secrets.NGC_API_KEY }}
110110
NGC_ORG: ${{ secrets.NGC_ORG }}
111111
NGC_TEAM: ${{ secrets.NGC_TEAM }}
112+
TRANSFORMERS_VERBOSITY: error # stifle huggingface transformers warnings about aliases
112113
run: |
113114
python -m pip list
114115
python -c 'import torch; print(torch.__version__); print(torch.rand(5,3))'
115116
BUILD_MONAI=0 ./runtests.sh --build --coverage --quick --unittests
117+
./runtests.sh --clean
116118
BUILD_MONAI=1 ./runtests.sh --build --coverage --quick --min
117119
coverage xml --ignore-errors
118120
- name: Upload coverage

0 commit comments

Comments
 (0)