-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various housekeeping updates #128
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor confusions, but I may just need some better mongo clarity.
Using this configuration is there a network expectation? I.e. should we be running on dev machines on campus/sci, or anywhere in the world is appropriate with the right auth?
uv pip compile requirements-dev.in --upgrade -o requirements-dev.txt | ||
uv pip compile requirements.in --upgrade -o requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is a uv sync
required after compile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry no, it would just be a uv pip install -r requirements.txt
- I will explicitly add that...
This PR includes a few things
uvx ruff check