Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Set up development environment with uv pip#60

Open
bbayles wants to merge 8 commits into
main from
uv
Open

Set up development environment with uv pip #60
bbayles wants to merge 8 commits into
main from
uv

Conversation

@bbayles

@bbayles bbayles commented Mar 12, 2024

Copy link
Copy Markdown
Collaborator

This PR changes our Makfile to use uv pip instead of pip.

Resolves #58

Comment thread Makefile Outdated
Comment thread Makefile Outdated
.PHONY: requirements
ci_requirements:
python3 -m pip install uv
python3 -m uv pip install --system -r requirements/development.txt

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
python3 -m uv pip install --system -r requirements/development.txt
uv pip install --system -r requirements/development.txt

Comment thread Makefile Outdated
.PHONY: requirements
requirements:
python3 -m pip install uv
python3 -m pip install -r requirements/development.txt

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This line can be changed as well

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I have it this way to avoid making assumptions about the user's virtual environment setup. It's fine for our CI target, though.

@bbayles bbayles marked this pull request as draft March 12, 2024 14:55
@bbayles bbayles mentioned this pull request Mar 12, 2024
@bbayles bbayles marked this pull request as ready for review February 26, 2025 20:06

bbayles commented Feb 26, 2025

Copy link
Copy Markdown
Collaborator Author

The blockers for this have resolved on the uv side, so this can happen now.

CarlosEduR reacted with heart emoji

Copy link
Copy Markdown
Member

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@anonrig anonrig anonrig left review comments

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Use uv

AltStyle によって変換されたページ (->オリジナル) /