Skip to content

Commit

Permalink
removed build.script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Sep 14, 2019
1 parent c763a6b commit 494fd75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ source:
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: {{ environ.get('GIT_BUILD_STR', '') }}{% if environ.get('GIT_BRANCH') %}_{{ environ.get('GIT_BRANCH').replace('-', '') }}{% endif %}
script: python -m pip install . --no-deps --ignore-installed -vvv
skip: true # [py == 27]

requirements:
Expand Down

0 comments on commit 494fd75

Please sign in to comment.