Skip to content

Commit

Permalink
Address review comments from @loriab
Browse files Browse the repository at this point in the history
Also, remove windows build, since this may be out of our scope. See:
pypa/pip#5679
  • Loading branch information
ElDeveloper committed Aug 15, 2018
1 parent 2ad3707 commit 1ca41bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/hdmedians/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:

build:
number: 0
skip: true # [win]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "

requirements:
Expand All @@ -21,9 +22,7 @@ requirements:
- numpy
- pip
- python
- nose
run:
- cython >=0.23
- numpy
- python
- nose
Expand Down

0 comments on commit 1ca41bc

Please sign in to comment.