Skip to content

Commit 494fd75

Browse files
committed
removed build.script tag
1 parent c763a6b commit 494fd75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ source:
1111
build:
1212
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
1313
string: {{ environ.get('GIT_BUILD_STR', '') }}{% if environ.get('GIT_BRANCH') %}_{{ environ.get('GIT_BRANCH').replace('-', '') }}{% endif %}
14-
script: python -m pip install . --no-deps --ignore-installed -vvv
1514
skip: true # [py == 27]
1615

1716
requirements:

0 commit comments

Comments
 (0)