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 9e0fb44 commit bc1c163Copy full SHA for bc1c163
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install flake8 pytest
+ pip install flake8 pytest google-api-python-client pandas
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Lint with flake8
32
0 commit comments