Skip to content

Commit

Permalink
Add conda-forge to Windows test workflow (to comply with upstream khi…
Browse files Browse the repository at this point in the history
…ops-core)

TODO: Revert this just before merging PR #223
  • Loading branch information
popescu-v committed Oct 8, 2024
1 parent 005fdea commit 9f7e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f7e265

Please sign in to comment.