fixed github action
This commit is contained in:
parent
04f7291997
commit
45a829fec9
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue