Skip to content

Commit

Permalink
Remove usused get dep step
Browse files Browse the repository at this point in the history
  • Loading branch information
jsji committed Apr 4, 2024
1 parent afd53c3 commit fe4b142
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sycl-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe4b142

Please sign in to comment.