Skip to content

Commit 2d2de21

Browse files
committed
Fix test package installation
1 parent 66d7c20 commit 2d2de21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install . pytest pytest-cov
23+
python -m pip install --editable .[test]
2424
- name: Run tests
2525
run: |
2626
pytest

0 commit comments

Comments
 (0)