Skip to content

Commit e9e59f3

Browse files
committed
TSML/PyCaret woes: Downgrade to Python 3.10
On CI/GHA/Python 3.11, we receive this error: ERROR automl_timeseries_forecasting_with_pycaret.py - TypeError: descriptor '__call__' for 'type' objects doesn't apply to a 'property' object On the other hand, `ngr test topic/machine-learning/automl` works well on our workstation on Python 3.10, so let's try that on CI as well.
1 parent 95ec1c4 commit e9e59f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ml-automl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ 'ubuntu-latest' ]
40-
python-version: [ '3.11' ]
40+
python-version: [ '3.10' ]
4141
cratedb-version: [ 'nightly' ]
4242

4343
services:

0 commit comments

Comments
 (0)