Skip to content

Commit 9193926

Browse files
authored
Fixed dependency issue
1 parent a65bdc3 commit 9193926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark_and_test_model.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
run: |
2020
pip install --user --upgrade pip
2121
pip install -r ./dependencies/requirements.txt
22+
python -m spacy download en_core_web_sm
2223
python ./scripts/stage_model_to_production.py
2324

0 commit comments

Comments
 (0)