diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fb34f4741e99a8b366d46acb06c4f7472cd16f1e..b81439acf9d76b4b1b479989b0faaf450ed76e49 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,4 +19,6 @@ jobs:
           sudo apt-get install -y python3-setuptools python3-yaml python3-dev
           pip install -U pip pytest coverage pytest-cov Cython
       - name: Test
-        run: pytest
+        run: |
+          python setup.py install
+          pytest