This commit is contained in:
Erik Frojdh 2020-02-12 09:18:59 +01:00
parent d8436da540
commit 9981632b2d

View File

@ -18,22 +18,18 @@ install:
- ldd --version - ldd --version
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda - bash miniconda.sh -b -p $HOME/miniconda
# - export PATH="$HOME/miniconda/bin:$PATH" - source "$HOME/miniconda/etc/profile.d/conda.sh"
- rm -f miniconda.sh - rm -f miniconda.sh
- hash -r - hash -r
- conda config --set always_yes yes --set changeps1 no - conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge - conda config --add channels conda-forge
- conda config --add channels slsdetectorgroup - conda config --add channels slsdetectorgroup
- conda update -n base -c defaults conda - conda update -q conda
- conda info -a
# Useful for debugging any issues with conda # Useful for debugging any issues with conda
- conda info -a - conda create -q -n testenv python=$CONDA_PY conda-build anaconda-client conda-verify
- conda create -q -n testenv python=$CONDA_PY
- conda activate testenv - conda activate testenv
- conda install conda-build
- conda install anaconda-client
- conda install conda-verify
- conda-build . - conda-build .
script: script: