epage / _rust

DESCRIPTION
https://docs.rs/PROJECT
Apache License 2.0
18 stars 3 forks source link

chore: Ensure pre-commit gets non-system Python #24

Closed epage closed 1 week ago

epage commented 1 week ago

This is needed with the ubuntu-24.04 images so that setup-python will install a version of Python that the pre-commit action can install into.

See pre-commit/action#210 for more of an analysis of this.