From b14ac62e26aa4ca20ed59c12a173b66a55f21fee Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Fri, 6 Sep 2024 09:40:00 +0100 Subject: [PATCH] turn on printing --- .github/workflows/mr_ci_text_spotting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mr_ci_text_spotting.yml b/.github/workflows/mr_ci_text_spotting.yml index e516e112..3327850c 100644 --- a/.github/workflows/mr_ci_text_spotting.yml +++ b/.github/workflows/mr_ci_text_spotting.yml @@ -63,7 +63,7 @@ jobs: - name: Run DPText-DETR unittests run: | - python -m pytest test_text_spotting/test_dptext_runner.py + python -m pytest test_text_spotting/test_dptext_runner.py -s - name: Install DeepSolo