1 parent 2abcfd6 commit 762494bCopy full SHA for 762494b
1 file changed
run_tests.sh
@@ -201,7 +201,7 @@ create_env_27() {
201
clr_green ">>> Creating test environment for version ${VERSION}... "
202
run "${CONDA}/bin/conda env remove -y -n test_${VERSION} || true"
203
204
- run "${CONDA}/bin/conda create -q -y -n test_${VERSION} pyqt qt numpy six lxml coverage scikit-bio biopython scipy"
+ run "${CONDA}/bin/conda create -q -y -n test_${VERSION} python=${VERSION} pyqt qt numpy six lxml coverage scikit-bio biopython scipy -c conda-forge"
205
clr_green "DONE"
206
}
207
0 commit comments