We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d763af commit daa8797Copy full SHA for daa8797
.github/workflows/run-forecast-explainer-tests.yml
@@ -56,4 +56,4 @@ jobs:
56
pip install -r test-requirements-operators.txt
57
pip install "oracle-automlx[forecasting]>=25.1.1"
58
pip install pandas>=2.2.0
59
- python -m pytest -v -p no:warnings --durations=5 --asyncio-default-fixture-loop-scope=function tests/operators/forecast/test_explainers.py
+ python -m pytest -v -p no:warnings --durations=5 tests/operators/forecast/test_explainers.py
0 commit comments