Don't use tsnyder channel in production

My personal conda channel will have pre-release packages in it that could cause trouble for users.  Didn't intend for this to be released but the cleanup didn't happen from PR.
This commit is contained in:
Tim Snyder 2022-07-07 08:51:53 -05:00 committed by GitHub
parent b0a234d883
commit 8b8ccef45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ set -o pipefail
# to enable use of sudo and avoid modifying 'secure_path' in /etc/sudoers, we specify the full path to conda
# only temporarily use tsnyder channel until xilinx-xrt is in a more official place
$SUDO "${CONDA_EXE}" "$CONDA_SUBCOMMAND" $DRY_RUN_OPTION -n "$CONDA_ENV_NAME" -c conda-forge -c tsnyder -y "${CONDA_PACKAGE_SPECS[@]}"
$SUDO "${CONDA_EXE}" "$CONDA_SUBCOMMAND" $DRY_RUN_OPTION -n "$CONDA_ENV_NAME" -c conda-forge -y "${CONDA_PACKAGE_SPECS[@]}"
# Install python packages using pip that are not available from conda