Skip to content

Commit 3388a3a

Browse files
authored
Update benchmark_and_test_model.yml
1 parent 6b53718 commit 3388a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark_and_test_model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
REGION: ${{ secrets.REGION }}
1818

1919
run: |
20-
pip install -r ./dependencies/requirements.txt
20+
pip3 install -r ./dependencies/requirements.txt
2121
python -m spacy download en_core_web_sm
2222
python ./scripts/stage_model_to_production.py
2323

0 commit comments

Comments
 (0)