openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
568 stars 103 forks source link

ci: use Python version in cache key #491

Closed tombh closed 3 weeks ago

tombh commented 3 weeks ago

Fixes CI issue seen in https://github.com/openlawlibrary/pygls/pull/489#issuecomment-2299694146

Code review checklist (for code reviewer to complete)

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint