We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a4d14 commit e215635Copy full SHA for e215635
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
python-version: 3.9
16
- name: Install flake8
17
- run: pip install --upgrade flake8
+ run: pip install --upgrade flake8 flake8-pytest
18
- name: Run flake8
19
uses: liskin/gh-problem-matcher-wrap@v1
20
.github/workflows/test.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
python -m pip install --upgrade pip
42
pip install -r tests/requirements/${{ matrix.requirements-file }}
43
+ pip install setuptools
44
python setup.py install
45
46
- name: Run test coverage
0 commit comments