From f5d7f9d11c0f295e8f0bdb70c65c71a14c48706e Mon Sep 17 00:00:00 2001 From: Teng Huang Date: Sat, 7 Dec 2024 17:53:50 +0800 Subject: [PATCH] Add dependence recordclass. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47e313a..e23e88e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: | - pip install pytest pytest-cov mysql-connector-python Pympler + pip install pytest pytest-cov mysql-connector-python Pympler recordclass - name: Set up MySQL client run: sudo apt-get install mysql-client