Alphabetise items in requirements-tests.txt (#8635)

This commit is contained in:
Alex Waygood
2022-08-28 15:59:17 +01:00
committed by GitHub
parent 6d5fd0e290
commit 1b6cda86d4
3 changed files with 12 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install $(grep flake8 requirements-tests.txt)
- run: pip install -r requirements-tests.txt
- run: flake8
pytype: