Skip to content

Commit

Permalink
download necessary data for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Mar 21, 2022
1 parent cb2e4f1 commit 779fe89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,15 @@ test:
- datasets
- numpy *
- requests
- curl
source_files:
- bindings/python/tests
commands:
- pip check
- cd bindings/python
# adapted from https://github.com/huggingface/tokenizers/blob/master/bindings/python/Makefile
- mkdir data
- curl https://norvig.com/big.txt > data/big.txt
- pytest tests

about:
Expand Down

0 comments on commit 779fe89

Please sign in to comment.