diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
deleted file mode 100644
index 7b7efcc0d9ef7f377d433af52813fbaf05c2f7a0..0000000000000000000000000000000000000000
--- a/.github/workflows/tests.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-name: Tests
-on: [push, pull_request]
-jobs:
-  tests:
-    name: Tests
-    runs-on: ubuntu-latest
-    steps:
-        - run: pip3 install -e ../ --no-deps
-        - run: pytest-3
\ No newline at end of file