From 2634664eeb75728b2fea326c4ac02725eba8edae Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 5 Jul 2019 16:45:47 +0200 Subject: [PATCH] [conda] Remove pin of conda-build --- bob/devtools/bootstrap.py | 2 +- conda/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 69748859..96e7dfd6 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -387,7 +387,7 @@ if __name__ == '__main__': f.write(_BASE_CONDARC) conda_version = '4' - conda_build_version = '3.16' + conda_build_version = '3' conda_verify_version = '3' conda_verbosity = [] diff --git a/conda/meta.yaml b/conda/meta.yaml index 0bc370a2..31a56954 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -31,7 +31,7 @@ requirements: - click >=7 - click-plugins - conda=4 - - conda-build=3.16 + - conda-build=3 - conda-verify=3 - certifi - pytz @@ -90,7 +90,7 @@ test: - bdt ci readme --help - bdt ci clean --help - bdt ci nightlies --help - - bdt ci docs --help + - bdt ci docs --help - sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx - if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi -- GitLab