Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Make Python version explicit in pre-commit workflow
Recently (or recently enough that I've just begun noticing it), the nodeenv dependency had troubles installing. Sometimes. It wasn't very reliably failing. This is related to <ekalinin/nodeenv#328>. By explicitly setting the Python version to something <=3.10, we can safely pretend the problem doesn't exist. Ideally the Python versions match up to the ones used in test.yml, but they don't, and I fear it might be too intrusive to fix that in this commit. Signed-off-by: Carmen Bianca BAKKER <[email protected]>
- Loading branch information