We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7cbbf commit 2e535a9Copy full SHA for 2e535a9
medcat-service/run_tests.sh
@@ -2,7 +2,8 @@
2
set -e
3
4
# download the sci-scpacy language model
5
-python3 -m pip install -r ./requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/;
+# NOTE: requirements are installed separately in the workflow
6
+# python3 -m pip install -r ./requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/;
7
python3 -m spacy download en_core_web_sm
8
python3 -m spacy download en_core_web_md
9
python3 -m spacy download en_core_web_lg
0 commit comments