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