Skip to content

Commit 725e811

Browse files
committed
final 2
1 parent e04527c commit 725e811

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

support/setup/installing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ install_framework() {
8383
fi
8484
done
8585
if [ -n "${to_install}" ] ; then
86-
conda install -y ${to_install}
86+
conda install -c conda-forge --override-channels -y ${to_install}
8787
fi
8888
fi
8989

support/setup/testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ensure_pytest() {
77
printf '%s\n\n' "Please activate a conda environment or virtual environment first."
88
elif [ "a${ENV_TYPE}" = "aconda" ] ; then
99
printf '\n%s\n' "Please use"
10-
printf '\n %b\n' "conda install pytest"
10+
printf '\n %b\n' "conda install -c conda-forge --override-channels pytest"
1111
printf '\n%s\n\n' "to install pytest, then try again."
1212
else
1313
printf '\n%s\n' "Please use"

0 commit comments

Comments
 (0)