Skip to content

Commit

Permalink
fix osx error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 18, 2019
1 parent 7578732 commit 39eaa43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39eaa43

Please sign in to comment.