aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-06 19:10:00 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-06 19:10:00 +0530
commit45a829fec935894a641a21be285b5a5077267e3d (patch)
tree41da00a685529629f2dd7f78137c93f61622e391 /.github/workflows
parent04f7291997de12075617dcb921d67cab2ae653e0 (diff)
fixed github action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-database.yaml2
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: |