Skip to content

Commit

Permalink
Re-enable devcontainer CI. (#285)
Browse files Browse the repository at this point in the history
Authors:
  - Paul Taylor (https://github.com/trxcllnt)
  - Mads R. B. Kristensen (https://github.com/madsbk)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)
  - Ray Douglass (https://github.com/raydouglass)

URL: #285
  • Loading branch information
trxcllnt authored Dec 8, 2023
1 parent e8bd79b commit ef26290
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- conda-python-build
- conda-python-tests
- docs-build
# - devcontainer
- devcontainer
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
Expand Down 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 --verbose;
sccache -s;

0 comments on commit ef26290

Please sign in to comment.