fixed github action

This commit is contained in:
Navan Chauhan 2020-07-06 19:10:00 +05:30
parent 04f7291997
commit 45a829fec9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 mysql-connector-python-rf mysql
pip install flake8 mysql-connector mysql
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint script with flake8
run: |