We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548d4c7 commit 863e3d0Copy full SHA for 863e3d0
.github/workflows/conda.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Install the Khiops Conda package (Windows)
96
if: runner.os == 'Windows'
97
run: |
98
- conda install --channel khiops-dev khiops-core=$KHIOPS_CORE_VERSION
+ conda install --channel conda-forge --channel khiops-dev khiops-core=$KHIOPS_CORE_VERSION
99
conda install --override-channels --channel conda-forge --channel ./khiops-conda/ khiops
100
# In Linux/macOS we need the conda-forge channel to install their pinned versions
101
- name: Install the Khiops Conda package (Linux/macOS)
0 commit comments