Skip to content

Commit 46e947b

Browse files
pytest is required for a linting workflow because it is imported by 4 tests
1 parent 9865b8d commit 46e947b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ jobs:
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies
35+
# `pytest` is required for linting because it is imported by some tests
3536
run: |
3637
python -m pip install --upgrade pip
3738
pip install --upgrade build
3839
pip install --upgrade setuptools[core]
3940
pip install --upgrade pylint
41+
pip install --upgrade pytest
4042
pip install pytimeparse2
4143
pip install dateparser
4244
pip install python-docx

0 commit comments

Comments
 (0)