We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04527c commit 725e811Copy full SHA for 725e811
2 files changed
support/setup/installing.sh
@@ -83,7 +83,7 @@ install_framework() {
83
fi
84
done
85
if [ -n "${to_install}" ] ; then
86
- conda install -y ${to_install}
+ conda install -c conda-forge --override-channels -y ${to_install}
87
88
89
support/setup/testing.sh
@@ -7,7 +7,7 @@ ensure_pytest() {
7
printf '%s\n\n' "Please activate a conda environment or virtual environment first."
8
elif [ "a${ENV_TYPE}" = "aconda" ] ; then
9
printf '\n%s\n' "Please use"
10
- printf '\n %b\n' "conda install pytest"
+ printf '\n %b\n' "conda install -c conda-forge --override-channels pytest"
11
printf '\n%s\n\n' "to install pytest, then try again."
12
else
13
0 commit comments