Skip to content

Commit

Permalink
build(spacy): add support for spaCy v2.2 (HazyResearch#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
wajdikhattel authored Jun 26, 2020
1 parent a4a7601 commit aaea81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
createdb e2e_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb inc_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb meta_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb parser_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb pg_test -p 5432 -h 127.0.0.1 -w -U postgres
cd tests && ./download_data.sh && cd ..
python -m spacy download en
Expand Down Expand Up @@ -122,6 +123,7 @@ jobs:
createdb e2e_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb inc_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb meta_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb parser_test -p 5432 -h 127.0.0.1 -w -U postgres
createdb pg_test -p 5432 -h 127.0.0.1 -w -U postgres
cd tests && ./download_data.sh && cd ..
- name: Print Version Info
Expand Down

0 comments on commit aaea81e

Please sign in to comment.