Skip to content

Commit

Permalink
Do not add $CONDA_PREFIX/bin to PATH anymore
Browse files Browse the repository at this point in the history
This allows us to test the fallback mechanism for finding the MPI command.
  • Loading branch information
popescu-v committed Dec 4, 2024
1 parent f8e86fe commit 2ed0cb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ed0cb1

Please sign in to comment.