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: