File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments