mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-07 19:08:35 +03:00
removed pipenv run prefix from commands, to not use pipenv virtual env
This commit is contained in:
@@ -18,13 +18,13 @@ build:
|
||||
# Install dev dependencies, without using a virtual environment
|
||||
- pipenv install --dev --system
|
||||
# This is a sloppy workaround
|
||||
- pipenv run python -m spacy download xx_ent_wiki_sm
|
||||
- pipenv run python -m spacy download fr_core_news_sm
|
||||
- pipenv run python -m spacy download de_core_news_sm
|
||||
- pipenv run python -m spacy download nl_core_news_sm
|
||||
- pipenv run python -m spacy download it_core_news_sm
|
||||
- pipenv run python -m spacy download ru_core_news_sm
|
||||
- pipenv run python -m spacy download en_core_web_sm
|
||||
- python -m spacy download xx_ent_wiki_sm
|
||||
- python -m spacy download fr_core_news_sm
|
||||
- python -m spacy download de_core_news_sm
|
||||
- python -m spacy download nl_core_news_sm
|
||||
- python -m spacy download it_core_news_sm
|
||||
- python -m spacy download ru_core_news_sm
|
||||
- python -m spacy download en_core_web_sm
|
||||
|
||||
# Build documentation in the "docs/" directory with Sphinx
|
||||
sphinx:
|
||||
|
||||
Reference in New Issue
Block a user