Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-in-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ jobs:
continue-on-error: true
with:
enable-apt: true
enable-conda: true
enable-pip: true
enable-pypi-anaconda: true

- name: Run build in devcontainer
uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3.1900000417
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conda-cpp-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
continue-on-error: true
with:
enable-apt: true
enable-conda: true
enable-pip: true
enable-pypi-anaconda: true

# This has to be AFTER the checkout step. It creates a telemetry-artifacts directory,
# and the checkout step would destroy it.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conda-cpp-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ jobs:
continue-on-error: true
with:
enable-apt: true
enable-conda: true
enable-pip: true
enable-pypi-anaconda: true

# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conda-python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ jobs:
continue-on-error: true
with:
enable-apt: true
enable-conda: true
enable-pip: true
enable-pypi-anaconda: true

# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conda-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ jobs:
continue-on-error: true
with:
enable-apt: true
enable-conda: true
enable-pip: true
enable-pypi-anaconda: true

# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wheels-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ jobs:
continue-on-error: true
with:
enable-apt: true
enable-conda: true
enable-pip: true
enable-pypi-anaconda: true

- name: Telemetry setup
uses: rapidsai/shared-actions/telemetry-dispatch-setup@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wheels-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ jobs:
continue-on-error: true
with:
enable-apt: true
enable-conda: true
enable-pip: true
enable-pypi-anaconda: true

# Install latest rapidsai/sccache client and configure sccache-dist
- name: Setup sccache-dist
Expand Down