Skip to content

Commit 762494b

Browse files
committed
try conda-forge
1 parent 2abcfd6 commit 762494b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ create_env_27() {
201201
clr_green ">>> Creating test environment for version ${VERSION}... "
202202
run "${CONDA}/bin/conda env remove -y -n test_${VERSION} || true"
203203

204-
run "${CONDA}/bin/conda create -q -y -n test_${VERSION} pyqt qt numpy six lxml coverage scikit-bio biopython scipy"
204+
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"
205205
clr_green "DONE"
206206
}
207207

0 commit comments

Comments
 (0)