From 843012a9afd9cf597fd108681562eca8f09aff31 Mon Sep 17 00:00:00 2001 From: ShawnXuan Date: Mon, 25 Oct 2021 22:14:11 +0800 Subject: [PATCH] test --- .github/workflows/cnn_e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cnn_e2e.yml b/.github/workflows/cnn_e2e.yml index 328f5b0..91a6f06 100644 --- a/.github/workflows/cnn_e2e.yml +++ b/.github/workflows/cnn_e2e.yml @@ -152,9 +152,9 @@ jobs: digest-type: build mark-as-completed: ${{ contains(matrix.runs-on, 'self-hosted') }} - uses: Oneflow-Inc/get-oneflow@2a9efceab8d45b725a687e73f870f9b75a15e472 - name: Build OneFlow ${{ github.event.inputs.compute_platform }} + name: Build OneFlow ${{ matrix.entry }} id: build-cuda - if: ${{ matrix.entry =='${{ github.event.inputs.compute_platform }}' && !matrix.cache-hit }} + if: ${{ matrix.entry == ${{ github.event.inputs.compute_platform }} && !matrix.cache-hit }} with: cmake-init-cache: ${{ env.ONEFLOW_SRC }}/cmake/caches/ci/cuda.cmake build-script: ${{ env.ONEFLOW_SRC }}/ci/manylinux/build-gcc7.sh -- GitLab