From 1d1a76336c9d5c69e241d830ca9ec142fd7ee5aa Mon Sep 17 00:00:00 2001 From: mahdi Date: Wed, 22 Nov 2023 15:29:22 -0500 Subject: [PATCH] verbose pytest and mypy --- .github/workflows/ContinuousTesting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ContinuousTesting.yml b/.github/workflows/ContinuousTesting.yml index 3029490..8758d51 100644 --- a/.github/workflows/ContinuousTesting.yml +++ b/.github/workflows/ContinuousTesting.yml @@ -25,7 +25,7 @@ jobs: - name: Static Type Check run: | - mypy pyssp + mypy pyssp --verbose - name: Test run: |