From 2ed0cb1948add0470c87c3cec5141fbfc6c66087 Mon Sep 17 00:00:00 2001 From: Popescu V <136721202+popescu-v@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:18:33 +0100 Subject: [PATCH] Do not add `$CONDA_PREFIX/bin` to PATH anymore This allows us to test the fallback mechanism for finding the MPI command. --- .github/workflows/conda.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 9940b0959..3f8fe467d 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -119,9 +119,6 @@ jobs: - name: Install the Khiops executables in the Conda environment run: | conda install --channel conda-forge --channel ./build/conda khiops-core - - name: Add CONDA_PREFIX to shared PATH - run: | - echo "$CONDA_PREFIX/bin" >> $GITHUB_PATH - name: Checkout sources uses: actions/checkout@v4 - name: Test that the Khiops executables are installed