Skip to content
Snippets Groups Projects
Commit 14744f8b authored by u214892's avatar u214892
Browse files

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

parent 326bb08b
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ tests:
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- export PATH=/tmp/miniconda3/bin:$PATH
- pip install tox awscli
- conda update -n conda -y
- conda update -n root conda -y
- conda install -c conda-forge tox-conda
script:
- xvfb-run tox -v --recreate
......@@ -51,7 +51,7 @@ build_and_deploy_docs:
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- export PATH=/tmp/miniconda3/bin:$PATH
- pip install tox awscli
- conda update -n conda -y
- conda update -n root conda -y
- conda install -c conda-forge tox-conda
script:
- echo "Bucket=${BUCKET_NAME}"
......@@ -77,7 +77,7 @@ benchmarks_and_profiling:
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- export PATH=/tmp/miniconda3/bin:$PATH
- pip install tox awscli
- conda update -n conda -y
- conda update -n root conda -y
- conda install -c conda-forge tox-conda
script:
- xvfb-run tox -e benchmarks,profiling -v --recreate
......@@ -89,7 +89,7 @@ test_conda_setup:
- apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
- wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- conda update -n conda -y
- conda update -n root conda -y
script:
- export PATH=/tmp/miniconda3/bin:$PATH
- bash getting_started/getting_started.sh
......
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