diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 3b7d0b9..42ed6e5 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -26,6 +26,3 @@ jobs: cd .. cd tests for f in *.py; do python3 "$f"; done - - name: Test with pytest - run: | - pytest