From 9daccac2c7134b881b5a93b18530bfe76acdc952 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 04:34:50 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E6=B5=8B=E8=AF=95=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6ac11b4..ddeadae 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,8 +18,10 @@ jobs: - name: 安装依赖 run: |- python -m pip install pdm + pytho -m pip install pytest==8.3.2 + pdm init pdm install - pip install pytest==8.3.2 + - name: 运行测试 run: pytest