Skip to content
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

Use uv in tox #8569

Merged
merged 12 commits into from
Mar 14, 2024
Merged

Use uv in tox #8569

merged 12 commits into from
Mar 14, 2024

Conversation

yashgorana
Copy link
Contributor

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

@yashgorana yashgorana force-pushed the yash/uv-pip branch 6 times, most recently from 6b1b459 to cece9f9 Compare March 12, 2024 11:53
@yashgorana yashgorana force-pushed the yash/uv-pip branch 2 times, most recently from adb7b74 to fc9e1fb Compare March 14, 2024 06:08
description = Syft
commands =
pip list
bash -c 'uv pip list || pip list'
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do we have the double pipes here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

incase uv pip list fails, it falls back to pip list

@yashgorana yashgorana merged commit 5e678d6 into dev Mar 14, 2024
34 checks passed
@yashgorana yashgorana deleted the yash/uv-pip branch March 14, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants