Skip to content

Commit

Permalink
TSML/PyCaret woes: Downgrade to Python 3.10
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amotl committed Apr 9, 2024
1 parent 710121f commit ea3bc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ml-automl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
python-version: [ '3.11' ]
python-version: [ '3.10' ]
cratedb-version: [ 'nightly' ]

services:
Expand Down

0 comments on commit ea3bc24

Please sign in to comment.