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 b7ed4ad commit ff3fef0Copy full SHA for ff3fef0
.github/workflows/test.yml
@@ -26,9 +26,8 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
28
run: |
29
- python -m pip install --upgrade pip tox
30
- pip install flake8 pytest
31
- pip install -r tests/requirements.txt
+ python -m pip install --upgrade pip
+ python -m pip install -r tests/requirements.txt
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- name: Lint with flake8
34
0 commit comments