From 2d4af7528f30a344bb59a9667d93ac7823d7eded Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 18 Feb 2019 13:59:46 +0100
Subject: [PATCH] [scripts][ci] Test packages of all architectures

---
 bob/devtools/scripts/ci.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py
index 7e08d42e..45827369 100644
--- a/bob/devtools/scripts/ci.py
+++ b/bob/devtools/scripts/ci.py
@@ -402,7 +402,7 @@ def test(ctx, dry_run):
   from .test import test
   ctx.invoke(test,
       package = glob.glob(os.path.join(os.environ['CONDA_ROOT'], 'conda-bld',
-        arch, name + '*.tar.bz2')),
+        '*', name + '*.tar.bz2')),
       condarc=None,  #custom build configuration
       config=CONDA_BUILD_CONFIG,
       append_file=CONDA_RECIPE_APPEND,
-- 
GitLab