aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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: |