File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
opctl/operator/lowcode/forecast Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- langchain >= 0.0.295 , <= 0.0.350
1+ langchain >= 0.0.295
22pydantic >= 1.10.13 ,< 3
33typing-extensions >= 4.2.0
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ ads operator verify -f ~/forecast/forecast.yaml
5454Use the following command to run the forecasting within the `ads-forecasting` conda environment.
5555
5656` ` ` bash
57- ads operator run -f ~/forecast/forecast.yaml -b local
57+ ads operator run -f ~/forecast/forecast.yaml -b local
5858` ` `
5959
6060The operator will run in your local environment without requiring any additional modifications.
Original file line number Diff line number Diff line change 1+ [pytest]
2+ addopts = --verbose -m " not oracledbtest and not cx_Oracle and not thickclient" -p no:warnings --ignore =tests/integration/deprecated
3+ markers =
4+ oracledbtest: tests which require local oracle db access
5+ cx_Oracle: tests which require cx_Oracle to be installed
6+ thickclient: tests with wallet. Has to be called separately to avoid collision with thin client mode
You can’t perform that action at this time.
0 commit comments