Skip to content

Commit

Permalink
use editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Nov 15, 2024
1 parent 5cff6be commit 194e9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 194e9b1

Please sign in to comment.