From 014d26fc5f06012e908b818a764a9af403ec0a77 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 8 Dec 2021 14:31:51 -0800 Subject: [PATCH] update Signed-off-by: Jess Frazelle --- .github/workflows/build-test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e12ab03f4..f95504387 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -47,8 +47,3 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Test with pytest - shell: bash - run: | - cd kittycad - pytest