We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7bc5c commit efd0373Copy full SHA for efd0373
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip pylint black mypy sphinx-lint
34
- pip install -r requirements.txt
+ pip install .
35
36
- name: Run Pylint
37
0 commit comments