Skip to content

Commit 2e535a9

Browse files
authored
CU-8699nbgbh: Fix run_tests.sh overriding the dependency installation (#39)
1 parent 2c7cbbf commit 2e535a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

medcat-service/run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
set -e
33

44
# download the sci-scpacy language model
5-
python3 -m pip install -r ./requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/;
5+
# 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/;
67
python3 -m spacy download en_core_web_sm
78
python3 -m spacy download en_core_web_md
89
python3 -m spacy download en_core_web_lg

0 commit comments

Comments
 (0)