We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de98fa commit 5aeb06aCopy full SHA for 5aeb06a
1 file changed
.github/workflows/setupapp.yml
@@ -109,10 +109,12 @@ jobs:
109
NGC_API_KEY: ${{ secrets.NGC_API_KEY }}
110
NGC_ORG: ${{ secrets.NGC_ORG }}
111
NGC_TEAM: ${{ secrets.NGC_TEAM }}
112
+ TRANSFORMERS_VERBOSITY: error # stifle huggingface transformers warnings about aliases
113
run: |
114
python -m pip list
115
python -c 'import torch; print(torch.__version__); print(torch.rand(5,3))'
116
BUILD_MONAI=0 ./runtests.sh --build --coverage --quick --unittests
117
+ ./runtests.sh --clean
118
BUILD_MONAI=1 ./runtests.sh --build --coverage --quick --min
119
coverage xml --ignore-errors
120
- name: Upload coverage
0 commit comments