Skip to content

Commit

Permalink
Also remove devcontainer job
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Nov 15, 2023
1 parent 6f7c20d commit 613aed8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
arch: "amd64"
container_image: "rapidsai/ci-conda:latest"
run_script: "ci/build_docs.sh"
devcontainer:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_command: |
sccache -z;
build-all;
sccache -s;
# devcontainer:
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/[email protected]
# with:
# build_command: |
# sccache -z;
# build-all;
# sccache -s;

0 comments on commit 613aed8

Please sign in to comment.