From e3622b0cdeff12880e09287c4b19ba188da686c8 Mon Sep 17 00:00:00 2001 From: Popescu V <136721202+popescu-v@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:49:48 +0200 Subject: [PATCH] Add conda-forge to Windows test workflow (to comply with upstream khiops-core) TODO: Revert this just before merging PR https://github.com/KhiopsML/khiops-python/pull/223 --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)