You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pins python version of pre-commmit.yaml workflow (#3929)
# Description
pre-commit CI runs have been failing (see
[example](https://github.com/isaac-sim/IsaacLab/actions/runs/19017065661/job/54306430424))
due to an incompatibility between our specified flake version and python
3.14, as python3.14 has started to be installed by the setup-python GHA.
This PR pins python to 3.12 in order to fix these failures.
## Type of change
<!-- As you go through the list, delete the ones that are not
applicable. -->
- Bug fix (non-breaking change which fixes an issue)
0 commit comments