Skip to content

Commit 778600e

Browse files
committed
install dev dependencies
1 parent f71ad96 commit 778600e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: "3.11"
1414
- name: Install dependencies
1515
run: |
16-
pip install -e .
16+
pip install .[dev]
1717
- name: Test
1818
run: coverage run -m pytest tests
1919

0 commit comments

Comments
 (0)