We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9865b8d commit 46e947bCopy full SHA for 46e947b
.github/workflows/pylint.yml
@@ -32,11 +32,13 @@ jobs:
32
with:
33
python-version: ${{ matrix.python-version }}
34
- name: Install dependencies
35
+ # `pytest` is required for linting because it is imported by some tests
36
run: |
37
python -m pip install --upgrade pip
38
pip install --upgrade build
39
pip install --upgrade setuptools[core]
40
pip install --upgrade pylint
41
+ pip install --upgrade pytest
42
pip install pytimeparse2
43
pip install dateparser
44
pip install python-docx
0 commit comments