Skip to content

Commit

Permalink
added spacy default model to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed May 17, 2024
1 parent d9c0c97 commit 581aa02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: install
run: |
scripts/install
python -m spacy download en_core_web_sm
# pip install sphinx
# pip install sphinx_rtd_theme
# scripts/doc
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_script:
- source venv/bin/activate
- pip install .[test]
- python scripts/getData.py
- python -m spacy download en_core_web_sm
test:
script:
- tox -e py
Expand Down

0 comments on commit 581aa02

Please sign in to comment.