From 9d56744e31592aa0b8b60fbe476855b4e32238e5 Mon Sep 17 00:00:00 2001 From: zqxian <2821838490@qq.com> Date: Tue, 25 Nov 2025 11:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 762ed92..cbc62db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt + pip install PyYAML python setup.py develop pip install pytest # pip install -r requirements.txt