We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40aa836 commit 79c8503Copy full SHA for 79c8503
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install flake8 pytest poetry spacy pandas
32
poetry install
33
- name: Download english corpus
34
- run: python -m spacy download en_core_web_sm
+ run: poetry runpython -m spacy download en_core_web_sm
35
- name: set pythonpath
36
run: |
37
echo "PYTHONPATH=." >> $GITHUB_ENV
0 commit comments