Skip to content

Commit

Permalink
avoid (now-)unnecessary folder
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 13, 2021
1 parent ebb5278 commit 8cdcfb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ package:
version: {{ version }}

source:
- folder: allennlp
url: https://pypi.io/packages/source/a/allennlp/allennlp-{{ version }}.tar.gz
- url: https://pypi.io/packages/source/a/allennlp/allennlp-{{ version }}.tar.gz
sha256: 72c35c6996d3981335c10686bc2ff25e0f5b6b60617ab1dd26d5bcf74877137e

build:
entry_points:
- allennlp=allennlp.run:run
number: 0
script: "{{ PYTHON }} -m pip install ./allennlp --no-deps -vv"
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
skip: True # [not linux or py<36]

requirements:
Expand Down

0 comments on commit 8cdcfb1

Please sign in to comment.