From 39eaa4398d9118c88af6f48fdb6640b155097453 Mon Sep 17 00:00:00 2001 From: Jaime RGP Date: Mon, 18 Feb 2019 16:43:40 +0100 Subject: [PATCH] fix osx error in ci --- installer/construct.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/construct.yaml b/installer/construct.yaml index e28e09c..72667c7 100644 --- a/installer/construct.yaml +++ b/installer/construct.yaml @@ -4,7 +4,8 @@ version: 0.0.7 license_file: ../LICENSE channels: -- file:///home/travis/miniconda/conda-bld +- file:///home/travis/miniconda/conda-bld # [linux] +- file:///Users/travis/miniconda/conda-bld # [osx] - https://conda.anaconda.org/insilichem - https://conda.anaconda.org/insilichem/label/dev - https://conda.anaconda.org/omnia