From 61f6217796c6c486bfd06b25a8a47917fcdbbfa9 Mon Sep 17 00:00:00 2001 From: Jac Fitzgerald Date: Thu, 28 Jul 2022 21:30:07 -0700 Subject: [PATCH] black and mypy only in the metadata workflow --- .github/workflows/run-tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b8596c233..b83af5a4b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -25,15 +25,7 @@ jobs: python -m pip install --upgrade pip pip install -e .[test] - - name: Format with black - run: | - black --check --line-length 120 tableauserverclient samples test - - name: Test with pytest if: always() run: | pytest test - - - name: Run Mypy tests - run: | - mypy --show-error-codes --disable-error-code misc --disable-error-code import tableauserverclient test