diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 881610aab0596f231dd35d0b7f81b6d2bb0707c2..3fa96d2e3352a3c9063d7376a9b81e9fc964a2e8 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,6 +5,6 @@ jobs:
     name: Tests
     runs-on: ubuntu-latest
     steps:
-        - run: pip3 -h
+        - run: pwd
         - run: pip3 install -e . --no-deps
         - run: pytest-3
\ No newline at end of file