diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94ea43d..ced91a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.8' - name: Install dependencies - run: pip install .[tests,participant_demographics,word_count] + run: pip install -e .[tests,participant_demographics,word_count] - name: Test with pytest run: pytest