From a093951ae6a226948d5f2ff09c5e87956f5d154e Mon Sep 17 00:00:00 2001 From: shekhar-rudder Date: Tue, 12 Nov 2024 13:49:42 +0530 Subject: [PATCH] chore: update test --- .github/workflows/tests.yaml | 3 ++- tests/integration/requirements.txt | 31 ------------------------------ 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 tests/integration/requirements.txt diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 95f761be7..62cb58d4c 100755 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,7 +30,8 @@ jobs: run: black --check . - name: Install dependencies - run: pip install -r tests/integration/requirements.txt + working-directory: src/predictions + run: pip3 install . - name: Compile core train run: python -m src.predictions.profiles_mlcorelib.ml_core.preprocess_and_train --mode ci diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt deleted file mode 100644 index 65ba8da1b..000000000 --- a/tests/integration/requirements.txt +++ /dev/null @@ -1,31 +0,0 @@ -cachetools==5.3.2 -hyperopt==0.2.7 -joblib==1.3.2 -matplotlib==3.7.5 -seaborn==0.13.1 -numpy==1.24.4 -pandas==2.0.3 -pyarrow==14.0.2 -PyYAML==6.0.1 -scikit_learn==1.4.2 -shap==0.44.0 -platformdirs==3.11.0 -xgboost==2.0.3 -profiles-rudderstack==0.17.0 -redshift-connector==2.0.918 -pandas-redshift==2.0.5 -sqlalchemy-redshift==0.8.14 -sqlalchemy==1.4.51 -snowflake_connector_python==3.7.1 -snowflake-snowpark-python[pandas]==1.11.1 -google-cloud-bigquery==3.17.2 -sqlalchemy-bigquery==1.9.0 -pandas-gbq==0.22.0 -db-dtypes==1.2.0 -pycaret==3.3.1 - -# not directly required, pinned by Snyk to avoid a vulnerability -setuptools==68.2.2 -pyOpenSSL==24.0.0 -cryptography==42.0.4 -pillow==10.2.0