Skip to content

Commit d5826bb

Browse files
committed
Add dev deps on CI
1 parent 69c3b51 commit d5826bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install .
22+
pip install .[dev]
2323
- name: Run tests
2424
run: pytest

0 commit comments

Comments
 (0)