New uv based workflow for PyRTL developers
#477
fdxmw
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, if you're making changes to PyRTL, PR #476 made significant changes to the testing and documentation workflows.
Moving forward, you'll need to install uv, and run all PyRTL tests with:
To generate Sphinx documentation:
To run tests and generate documentation:
It's a great idea to run
uv run just presubmitbefore sending a pull request. PR #476 has more background and rationale for these changes. Let me know if you have any comments or questions!Beta Was this translation helpful? Give feedback.
All reactions