Skip to content
Snippets Groups Projects
Commit 82557199 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

run yum install with sudo during the conda build

parent b79c2089
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ check for broken links in doc: ...@@ -95,7 +95,7 @@ check for broken links in doc:
stage: deploy stage: deploy
image: condaforge/linux-anvil image: condaforge/linux-anvil
script: script:
- yum install -y devtoolset-2-gcc-gfortran - /usr/bin/sudo -n yum install -y devtoolset-2-gcc-gfortran
- git clone https://gitlab.kwant-project.org/kwant/conda-recipes.git - git clone https://gitlab.kwant-project.org/kwant/conda-recipes.git
- conda config --add channels kwant - conda config --add channels kwant
- conda build --python 3.5 conda-recipes/kwant-dev - conda build --python 3.5 conda-recipes/kwant-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment