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