File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ style: clean
3636# Run unit and integration tests
3737fast_tests :
3838 python -m pip install .[tests]
39- python -m pytest tests/test_gaudi_configuration.py tests/test_trainer_distributed.py tests/test_trainer.py tests/test_trainer_seq2seq.py tests/test_habana_profiler_unit.py
39+ python -m pytest -v -s tests/test_gaudi_configuration.py tests/test_trainer_distributed.py tests/test_trainer.py tests/test_trainer_seq2seq.py tests/test_habana_profiler_unit.py
4040# TODO enable when CI has more servers
4141# python -m pytest test_functional_text_generation_example.py
4242
@@ -45,7 +45,7 @@ fast_tests_diffusers:
4545 python -m pip install .[tests]
4646 python -m pip install -r examples/stable-diffusion/requirements.txt
4747 python -m pip install peft==0.17.0
48- python -m pytest tests/test_diffusers.py
48+ python -m pytest -v -s tests/test_diffusers.py
4949
5050# Run single-card non-regression tests on image classification models
5151fast_tests_image_classifications :
You can’t perform that action at this time.
0 commit comments