From 805a35b8634c0eadc366bdd4f583dbe243a15105 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 16 Apr 2024 19:07:47 +0200 Subject: [PATCH] TSML: Use most recent Python 3.11 on CI again On recent hiccups due to incompatibilities between Python 3.11.9 and Dask, we needed to downgrade the CI runner to use Python 3.11.8. --- .github/workflows/timeseries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/timeseries.yml b/.github/workflows/timeseries.yml index 8a80c987..dce9a6ab 100644 --- a/.github/workflows/timeseries.yml +++ b/.github/workflows/timeseries.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: os: [ 'ubuntu-latest' ] - python-version: [ '3.11.8' ] + python-version: [ '3.11' ] cratedb-version: [ 'nightly' ] services: