diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 632a0d2..abf3eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,5 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install pytest - pytest \ No newline at end of file + pip install -e . + pytest \ No newline at end of file