We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cc418 commit a8c2340Copy full SHA for a8c2340
.github/workflows/python-ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install testing dependencies
56
run: |
57
python -m pip install --upgrade pip
58
- pip install pylint pytest pydocstyle wheel
+ pip install -e '.[dev]'
59
- name: Install
60
61
make install-ci
0 commit comments