From 39c3b755d39afa485fd48407fc033abe66e261f6 Mon Sep 17 00:00:00 2001 From: XYCode Kerman Date: Fri, 21 Jun 2024 20:29:27 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20Poetry=E7=9A=84=E6=9C=AA=E7=9F=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4Windows=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=A4=B1=E8=B4=A5=EF=BC=8C=E5=81=9C=E7=94=A8?= =?UTF-8?q?Windows=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 9916323..9a160f9 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -7,7 +7,8 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-latest, windows-latest] + # os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] steps: - name: 检出仓库