Skip to content

Commit b15f9b0

Browse files
committed
Latest addition code
1 parent 51493c0 commit b15f9b0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/benchmark_and_test_model.yml

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

1919
run: |
20-
pip install --user --upgrade pip
2120
pip install -r ./dependencies/requirements.txt
2221
python -m spacy download en_core_web_sm
2322
python ./scripts/stage_model_to_production.py

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919
ARN_ROLE: ${{ secrets.ARN_ROLE }}
2020

2121
run: |
22-
pip install --user --upgrade pip
2322
pip install -r ./dependencies/requirements.txt
2423
python ./scripts/deploy.py

dependencies/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ tomli==2.0.1
66
apache-airflow[amazon]==2.4.2
77
transformers==4.24.0
88
numpy==1.23.4
9+
python==3.9.13
910
tensorflow==2.10.0
1011
snowflake-connector-python==2.9.0
1112
apache-airflow-providers-snowflake==4.0.2
1213
apache-airflow-providers-docker==3.4.0
1314
spacy==3.5.0
1415
mlflow==2.1.1
15-
checklist==0.0.11
16+
checklist==0.0.11

0 commit comments

Comments
 (0)