Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
add spacy download (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-jin authored and szha committed Mar 21, 2021
1 parent c7d46fd commit a3ba807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
--save-path coverage.xml \
--remote https://github.com/${{ github.repository }} \
--command "python3 -m pip install 'mxnet<2' flaky numpy==1.18.4 \
&& python3 -m spacy download en && python -m spacy download de \
&& python3 -m nltk.downloader all \
&& pytest -m 'not (gpu or serial)' --durations=30 --cov=. --cov-config=./.coveragerc --cov-report=xml tests/unittest" \
--wait | tee batch_job.log
Expand All @@ -64,6 +66,8 @@ jobs:
--save-path coverage.xml \
--remote https://github.com/${{ github.event.pull_request.head.repo.full_name }} \
--command "python3 -m pip install 'mxnet<2' flaky numpy==1.18.4 \
&& python -m spacy download en && python -m spacy download de \
&& python -m nltk.downloader all \
&& pytest -m 'not (gpu or serial)' --durations=30 --cov=. --cov-config=./.coveragerc --cov-report=xml tests/unittest" \
--wait | tee batch_job.log
Expand Down

0 comments on commit a3ba807

Please sign in to comment.