From f9c102667c7473089c38d474cd693eda6872047a Mon Sep 17 00:00:00 2001 From: Allen Date: Tue, 20 Aug 2024 19:29:21 +0100 Subject: [PATCH 1/3] bumping automlx to latest version for testing --- .github/workflows/run-forecast-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-forecast-unit-tests.yml b/.github/workflows/run-forecast-unit-tests.yml index 1501862f5..dee05da10 100644 --- a/.github/workflows/run-forecast-unit-tests.yml +++ b/.github/workflows/run-forecast-unit-tests.yml @@ -57,6 +57,6 @@ jobs: source /home/runner/.bashrc pip install -r test-requirements-operators.txt pip install "oracle-automlx[classic]>=24.2.0" - pip install "oracle-automlx[forecasting]>=24.2.0" + pip install "oracle-automlx[forecasting]>=24.3.0" pip install pandas>=2.2.0 python -m pytest -v -p no:warnings --durations=5 tests/operators/forecast From 6af8141f7a7a916e07995fc436ba1c986231e213 Mon Sep 17 00:00:00 2001 From: Allen Date: Wed, 21 Aug 2024 10:34:55 +0100 Subject: [PATCH 2/3] include py 3.11 --- .github/workflows/run-forecast-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-forecast-unit-tests.yml b/.github/workflows/run-forecast-unit-tests.yml index dee05da10..a5d969951 100644 --- a/.github/workflows/run-forecast-unit-tests.yml +++ b/.github/workflows/run-forecast-unit-tests.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 From c42114fa583a68fa6ae9917406e3d5fa27b72053 Mon Sep 17 00:00:00 2001 From: Allen Date: Wed, 21 Aug 2024 10:36:16 +0100 Subject: [PATCH 3/3] include py 3.11 --- .github/workflows/run-forecast-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-forecast-unit-tests.yml b/.github/workflows/run-forecast-unit-tests.yml index a5d969951..9bde61def 100644 --- a/.github/workflows/run-forecast-unit-tests.yml +++ b/.github/workflows/run-forecast-unit-tests.yml @@ -56,7 +56,7 @@ jobs: $CONDA/bin/conda init source /home/runner/.bashrc pip install -r test-requirements-operators.txt - pip install "oracle-automlx[classic]>=24.2.0" + pip install "oracle-automlx[classic]>=24.3.0" pip install "oracle-automlx[forecasting]>=24.3.0" pip install pandas>=2.2.0 python -m pytest -v -p no:warnings --durations=5 tests/operators/forecast