Skip to content

Commit 79c8503

Browse files
committed
.
1 parent 40aa836 commit 79c8503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install flake8 pytest poetry spacy pandas
3232
poetry install
3333
- name: Download english corpus
34-
run: python -m spacy download en_core_web_sm
34+
run: poetry runpython -m spacy download en_core_web_sm
3535
- name: set pythonpath
3636
run: |
3737
echo "PYTHONPATH=." >> $GITHUB_ENV

0 commit comments

Comments
 (0)