From af0f2e15f3345eff62bcfd44bcd90a84d30b4f0b Mon Sep 17 00:00:00 2001 From: RunningLeon Date: Tue, 29 Aug 2023 09:22:01 +0800 Subject: [PATCH] fix skip --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 078fe1a03e..a82121e3d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,6 +193,15 @@ jobs: coverage run --branch --source mmdeploy -m pytest -rsE tests coverage xml coverage report -m + - name: Upload coverage to Codecov + id: badge_status + uses: codecov/codecov-action@v2 + with: + file: ./coverage.xml,./coverage.info + flags: unittests + env_vars: OS,PYTHON,CPLUS + name: codecov-umbrella + fail_ci_if_error: false - name: create badge if: always() uses: RubbaBoy/BYOB@v1.2.1 @@ -247,15 +256,6 @@ jobs: coverage run --branch --source mmdeploy -m pytest -rsE tests coverage xml coverage report -m - - name: Upload coverage to Codecov - id: badge_status - uses: codecov/codecov-action@v2 - with: - file: ./coverage.xml,./coverage.info - flags: unittests - env_vars: OS,PYTHON,CPLUS - name: codecov-umbrella - fail_ci_if_error: false - name: create badge if: always() uses: RubbaBoy/BYOB@v1.2.1 @@ -267,7 +267,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} build_cuda113_linux: - needs: [build_cpu_model_convert, build_cpu_sdk, build_cuda113] + needs: [build_cpu_model_convert, build_cpu_sdk, build_cuda117] runs-on: [self-hosted, linux-3090] container: image: openmmlab/mmdeploy:ubuntu20.04-cuda11.3