From fe4b1428c63a94566342ec4a9441e5463fc554cf Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Thu, 4 Apr 2024 02:58:36 +0200 Subject: [PATCH] Remove usused get dep step --- .github/workflows/sycl-containers.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/sycl-containers.yaml b/.github/workflows/sycl-containers.yaml index 9c480fdb91e3c..bea3dd6013ce3 100644 --- a/.github/workflows/sycl-containers.yaml +++ b/.github/workflows/sycl-containers.yaml @@ -107,14 +107,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 2 - - name: Get dependencies configuration - id: deps - run: | - DEPS=`cat devops/dependencies.json` - DEPS="${DEPS//$'\r'/''}" - DEPS="${DEPS//$'\n'/' '}" - echo $DEPS - echo "deps=$DEPS" >>$GITHUB_OUTPUT - name: Build and Push Container uses: ./devops/actions/build_container with: