dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Fixup CI #1154

Closed parona-source closed 3 months ago

parona-source commented 3 months ago

Description

Fixes CI so that it runs and passes.

See https://github.com/dbcli/mycli/pull/1153

Checklist

parona-source commented 3 months ago

The os matrix could be removed as well and just use some singular Ubuntu LTS version for the runner.

A future task would be to move to PEP517 and stop using setup.py.