Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.12"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Isaac Sim 5.1 use Python 3.12 or 3.11? Might make sense to keep the version similar to that?

Copy link

@d-kleine d-kleine Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, IsaacSim requires Python 3.11, other versions don't work:
https://docs.isaacsim.omniverse.nvidia.com/latest/installation/install_python.html

From my point-of-view, this needs to be fixed. Tagging @hhansen-bdai for heads-up

- uses: pre-commit/action@v3.0.0
Loading