Skip to content

Commit a8c2340

Browse files
committed
call pip command for testing
1 parent c4cc418 commit a8c2340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install testing dependencies
5656
run: |
5757
python -m pip install --upgrade pip
58-
pip install pylint pytest pydocstyle wheel
58+
pip install -e '.[dev]'
5959
- name: Install
6060
run: |
6161
make install-ci

0 commit comments

Comments
 (0)