diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index b813d10..79775ca 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -21,5 +21,8 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest + - name: Install repo + run: | + python -m pip install . - name: pytest --> Run tests run: pytest .