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 bcbf1a1 commit c012ea7Copy full SHA for c012ea7
.github/workflows/python-app.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install flake8 flask requests
+ pip install flake8 flask requests dotenv
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Lint with flake8
28
0 commit comments