diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 9f26b6be..b0dcd88f 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -95,7 +95,7 @@ jobs: - name: Install the Khiops Conda package (Windows) if: runner.os == 'Windows' run: | - conda install --channel khiops-dev khiops-core=$KHIOPS_CORE_VERSION + conda install --channel conda-forge --channel khiops-dev khiops-core=$KHIOPS_CORE_VERSION conda install --override-channels --channel conda-forge --channel ./khiops-conda/ khiops # In Linux/macOS we need the conda-forge channel to install their pinned versions - name: Install the Khiops Conda package (Linux/macOS)