diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 7a7c264251ded05254ad134e672f97813db0fd45..7b7efcc0d9ef7f377d433af52813fbaf05c2f7a0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,8 +5,5 @@ jobs:
     name: Tests
     runs-on: ubuntu-latest
     steps:
-        - run: cd ..
-        - run: pwd
-        - run: ls
-        - run: pip3 install -e . --no-deps
+        - run: pip3 install -e ../ --no-deps
         - run: pytest-3
\ No newline at end of file