From 816e29639be2bdb5e7f327d8db94a813442eea63 Mon Sep 17 00:00:00 2001 From: fengyang <864751898@qq.com> Date: Thu, 29 Aug 2024 14:21:23 +0800 Subject: [PATCH] chore: add ci.yml chore: modigy ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cbbadd..a65c9d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade - pip install -r requirements.txt + + # pip install -r requirements.txt pip install coverage - name: run test