Skip to content

Commit e32bc9b

Browse files
committed
Install dev dependencies in the pipeline
1 parent bf43c3f commit e32bc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -e .
26+
pip install -e '.[dev]'
2727
- name: Test with pytest
2828
run: |
2929
coverage run -m pytest -v && coverage xml

0 commit comments

Comments
 (0)