Skip to content

Commit 863e3d0

Browse files
committed
Add conda-forge to Windows test workflow (to comply with upstream khiops-core)
TODO: Revert this just before merging PR #223
1 parent 548d4c7 commit 863e3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Install the Khiops Conda package (Windows)
9696
if: runner.os == 'Windows'
9797
run: |
98-
conda install --channel khiops-dev khiops-core=$KHIOPS_CORE_VERSION
98+
conda install --channel conda-forge --channel khiops-dev khiops-core=$KHIOPS_CORE_VERSION
9999
conda install --override-channels --channel conda-forge --channel ./khiops-conda/ khiops
100100
# In Linux/macOS we need the conda-forge channel to install their pinned versions
101101
- name: Install the Khiops Conda package (Linux/macOS)

0 commit comments

Comments
 (0)