Skip to content

Commit eb7e43f

Browse files
committed
fix: Install dev deps for test CI
Branch: PyPIPush Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent cf7cd2e commit eb7e43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
python -m pip install -e .
28+
python -m pip install -e ".[dev]"
2929
- name: Build and test
3030
run: pytest

0 commit comments

Comments
 (0)