diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-06 19:10:00 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-06 19:10:00 +0530 |
commit | 45a829fec935894a641a21be285b5a5077267e3d (patch) | |
tree | 41da00a685529629f2dd7f78137c93f61622e391 /.github | |
parent | 04f7291997de12075617dcb921d67cab2ae653e0 (diff) |
fixed github action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-database.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-database.yaml b/.github/workflows/test-database.yaml index ebcbd24..7fe3793 100644 --- a/.github/workflows/test-database.yaml +++ b/.github/workflows/test-database.yaml @@ -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: | |