Skip to content

Commit a763e37

Browse files
authored
Update benchmark_and_test_model.yml
1 parent 03e9bcc commit a763e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark_and_test_model.yml

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

1919
run: |
20-
pip install --upgrade -r ./dependencies/requirements.txt
20+
python3 -m pip install --upgrade pip
21+
pip install -r ./dependencies/requirements.txt
2122
python -m spacy download en_core_web_sm
2223
python ./scripts/stage_model_to_production.py
2324

0 commit comments

Comments
 (0)