Skip to content

Commit 3265ae5

Browse files
committed
Retrieve khiops-core from conda-forge in the CI
1 parent e6c0428 commit 3265ae5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ jobs:
5757
- name: Install Dependency Requirements for Building Conda Packages
5858
run: conda install -y conda-build
5959
- name: Build the Conda Package
60-
# Note: The "khiops-dev" conda channel is needed to retrieve the "khiops-core" package.
61-
# The "test" part of the conda recipe needs this package.
6260
run: |
63-
conda build --channel khiops-dev --output-folder ./khiops-conda ./packaging/conda
61+
conda build --output-folder ./khiops-conda ./packaging/conda
6462
- name: Upload Conda Package Artifact
6563
uses: actions/upload-artifact@v4
6664
with:
@@ -105,7 +103,7 @@ jobs:
105103
echo "KHIOPS_CORE_VERSION=$KHIOPS_CORE_VERSION" >> "$GITHUB_ENV"
106104
- name: Install the Khiops Conda package
107105
run: |
108-
conda install --channel khiops-dev khiops-core=$KHIOPS_CORE_VERSION
106+
conda install khiops-core=$KHIOPS_CORE_VERSION
109107
conda install --channel ./khiops-conda/ khiops
110108
- name: Test Khiops Installation Status
111109
run: kh-status

0 commit comments

Comments
 (0)