Skip to content

Commit 60868b9

Browse files
committed
install initial python from conda-forge
1 parent 603925f commit 60868b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/azure/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
env_name="discretize-test"
1717

18-
conda create --yes -n $env_name python=$PYTHON_VERSION
18+
conda create --yes -n $env_name -c conda-forge python=$PYTHON_VERSION
1919
conda env update --name $env_name --file .ci/environment_test.yml --prune
2020

2121
if ${is_azure}

0 commit comments

Comments
 (0)