File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments