Skip to content

Commit 5d8b2b4

Browse files
committed
fix tests in pipeline
1 parent 1283488 commit 5d8b2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-forecast-explainer-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
set -x # print commands that are executed
6060
$CONDA/bin/conda init
6161
source /home/runner/.bashrc
62-
pip install -r test-requirements-operators.txt
6362
pip install "oracle-automlx[forecasting]>=25.3.0"
63+
pip install -r test-requirements-operators.txt
6464
pip install pandas>=2.2.0
6565
python -m pytest -v -p no:warnings --durations=5 tests/operators/forecast/test_explainers.py

.github/workflows/run-forecast-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
set -x # print commands that are executed
5656
$CONDA/bin/conda init
5757
source /home/runner/.bashrc
58-
pip install -r test-requirements-operators.txt
5958
pip install "oracle-automlx[forecasting]>=25.3.0"
59+
pip install -r test-requirements-operators.txt
6060
pip install pandas>=2.2.0
6161
python -m pytest -v -p no:warnings --durations=5 tests/operators/forecast --ignore=tests/operators/forecast/test_explainers.py

0 commit comments

Comments
 (0)