Skip to content

Commit 517963d

Browse files
committed
adding install dev dependence in ci
1 parent 7eaf30f commit 517963d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
run: |
5757
python -m pip install --upgrade pip
5858
pip install pylint pytest pydocstyle wheel
59+
pip install -e '../_delphi_utils_python/.[dev]'
5960
- name: Install
6061
run: |
6162
make install-ci

0 commit comments

Comments
 (0)