From 82fc41bcb140564b126a540b22d5eba198ec24ba Mon Sep 17 00:00:00 2001 From: lrq619 Date: Wed, 16 Aug 2023 05:30:01 +0000 Subject: [PATCH] do not pull Signed-off-by: lrq619 --- .github/workflows/e2e-bert.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-bert.yml b/.github/workflows/e2e-bert.yml index 851e089ae..f50f5104c 100644 --- a/.github/workflows/e2e-bert.yml +++ b/.github/workflows/e2e-bert.yml @@ -94,9 +94,9 @@ jobs: # run: make push-${{ matrix.service }} # Downloading the model takes too much time, simply pull the image from docker container - - name: Pull the Image - working-directory: benchmarks/bert - run: make pull-${{ matrix.service }} + # - name: Pull the Image + # working-directory: benchmarks/bert + # run: make pull-${{ matrix.service }} test-compose: name: Test Docker Compose