Skip to content

Commit

Permalink
TSML: Use most recent Python 3.11 on CI again
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amotl committed Apr 17, 2024
1 parent 1ae987b commit 805a35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timeseries.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.8' ]
python-version: [ '3.11' ]
cratedb-version: [ 'nightly' ]

services:
Expand Down

0 comments on commit 805a35b

Please sign in to comment.