Skip to content

Commit

Permalink
Check if devcontainer image exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Aug 21, 2023
1 parent 858f7a0 commit 0fa0e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
fi
DEVCONTAINER_IMAGE="rapidsai/devcontainers:${{inputs.devcontainer_version}}-cpp-${COMPILER_SEGMENT}cuda${{inputs.cuda_version}}-${{inputs.os}}"
echo "name=$DEVCONTAINER_IMAGE" >> $GITHUB_OUTPUT
docker ps
build:
needs: devcontainer_image
Expand Down

0 comments on commit 0fa0e2a

Please sign in to comment.