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.
2 parents a43399b + 0700ed2 commit 5ea13f6Copy full SHA for 5ea13f6
2 files changed
.github/workflows/isort.yml
.github/workflows/python-app.yml
@@ -22,9 +22,8 @@ jobs:
22
python-version: 3.9
23
- name: Install dependencies
24
run: |
25
- python -m pip install --upgrade pip
26
- pip install flake8 pytest
27
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ make install
+ pip install flake8 pytest black isort
28
- name: Lint with flake8
29
30
# stop the build if there are Python syntax errors or undefined names
0 commit comments