Skip to content

Commit

Permalink
enforce strict channel in conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 31, 2019
1 parent 69c04af commit 246c045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipe/run_conda_forge_build_setup_linux
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export PYTHONUNBUFFERED=1
conda config --set show_channel_urls true
conda config --set auto_update_conda false
conda config --set add_pip_as_python_dependency false
conda config --set channel_priority strict

export "CONDA_BLD_PATH=/home/conda/feedstock_root/build_artifacts"

Expand Down
1 change: 1 addition & 0 deletions recipe/run_conda_forge_build_setup_osx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fi
conda config --set show_channel_urls true
conda config --set auto_update_conda false
conda config --set add_pip_as_python_dependency false
conda config --set channel_priority strict

# CONDA_PREFIX might be unset
export CONDA_PREFIX="${CONDA_PREFIX:-$(conda info --json | jq -r .root_prefix)}"
Expand Down
1 change: 1 addition & 0 deletions recipe/run_conda_forge_build_setup_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set PYTHONUNBUFFERED=1
conda.exe config --set show_channel_urls true
conda.exe config --set auto_update_conda false
conda.exe config --set add_pip_as_python_dependency false
conda.exe config --set channel_priority strict

call setup_x64

Expand Down

0 comments on commit 246c045

Please sign in to comment.