diff --git a/.github/workflows/build-in-devcontainer.yaml b/.github/workflows/build-in-devcontainer.yaml index fb095d8c..29c1ffe0 100644 --- a/.github/workflows/build-in-devcontainer.yaml +++ b/.github/workflows/build-in-devcontainer.yaml @@ -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 diff --git a/.github/workflows/conda-cpp-build.yaml b/.github/workflows/conda-cpp-build.yaml index 2ae1a55a..4ffe7424 100644 --- a/.github/workflows/conda-cpp-build.yaml +++ b/.github/workflows/conda-cpp-build.yaml @@ -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. diff --git a/.github/workflows/conda-cpp-tests.yaml b/.github/workflows/conda-cpp-tests.yaml index 468163b7..fdcbe8e4 100644 --- a/.github/workflows/conda-cpp-tests.yaml +++ b/.github/workflows/conda-cpp-tests.yaml @@ -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 diff --git a/.github/workflows/conda-python-build.yaml b/.github/workflows/conda-python-build.yaml index 9ea282b4..8357e81e 100644 --- a/.github/workflows/conda-python-build.yaml +++ b/.github/workflows/conda-python-build.yaml @@ -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 diff --git a/.github/workflows/conda-python-tests.yaml b/.github/workflows/conda-python-tests.yaml index db07b079..4511f0de 100644 --- a/.github/workflows/conda-python-tests.yaml +++ b/.github/workflows/conda-python-tests.yaml @@ -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 diff --git a/.github/workflows/wheels-build.yaml b/.github/workflows/wheels-build.yaml index 425d1823..96a4156e 100644 --- a/.github/workflows/wheels-build.yaml +++ b/.github/workflows/wheels-build.yaml @@ -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 diff --git a/.github/workflows/wheels-test.yaml b/.github/workflows/wheels-test.yaml index 0e80f585..ef80cff2 100644 --- a/.github/workflows/wheels-test.yaml +++ b/.github/workflows/wheels-test.yaml @@ -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