From a5f2d97b0445e0f2d9632b9c9ebda4fa25416f59 Mon Sep 17 00:00:00 2001 From: StarHeart Date: Fri, 26 Apr 2024 11:11:13 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=B5=8B=E8=AF=95=20(#2682)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup-python/action.yml | 1 - .github/workflows/codecov.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index 26ce291d..98f29314 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -25,7 +25,6 @@ runs: - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python-version }} - architecture: "x64" cache: "poetry" cache-dependency-path: | ./poetry.lock diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3d8ce588..491d609a 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -23,11 +23,11 @@ jobs: group: test-coverage-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.env }} cancel-in-progress: true strategy: + fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, windows-latest, macos-latest] env: [pydantic-v1, pydantic-v2] - fail-fast: false env: OS: ${{ matrix.os }} PYTHON_VERSION: ${{ matrix.python-version }}