Skip to content
Snippets Groups Projects
Commit 42fa09f0 authored by u214892's avatar u214892
Browse files

#97 tox-conda #94 use miniconda instead of anaconda

parent a9df97b9
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ set -e # stop on error ...@@ -3,7 +3,7 @@ set -e # stop on error
set -x # echo commands set -x # echo commands
FLATLAND_BASEDIR=$(dirname "$0")/.. FLATLAND_BASEDIR=$(dirname "$BASH_SOURCE")/..
cd ${FLATLAND_BASEDIR} cd ${FLATLAND_BASEDIR}
conda install -y -c conda-forge tox-conda conda install -y -c conda-forge tox-conda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment