Skip to content

Conversation

petern48
Copy link
Contributor

@petern48 petern48 commented Jun 7, 2025

Changes Made

In the make .venv command, if uv isn't installed, this PR makes it so PYTHON_VERSION (currently set to python3.11)is used instead of python3.

Related Issues

Closes #4498

Checklist

  • Documented in API Docs (if applicable)
  • Documented in User Guide (if applicable)
  • If adding a new documentation page, doc is added to docs/mkdocs.yml navigation
  • Documentation builds and is formatted properly (tag @/ccmao1130 for docs review)

Copy link

codecov bot commented Jun 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.13%. Comparing base (8b0dea1) to head (ceaee64).
Report is 6 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4499      +/-   ##
==========================================
+ Coverage   78.11%   78.13%   +0.02%     
==========================================
  Files         843      843              
  Lines      114865   114864       -1     
==========================================
+ Hits        89723    89746      +23     
+ Misses      25142    25118      -24     

see 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@petern48 petern48 changed the title Use PYTHON_VERSION instead of python3 in Makefile fix: Use PYTHON_VERSION instead of python3 in Makefile Jun 7, 2025
@github-actions github-actions bot added the fix label Jun 7, 2025
Copy link
Contributor

@universalmind303 universalmind303 left a comment

Choose a reason for hiding this comment

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

Thanks for finding and fixing this @petern48!

@universalmind303 universalmind303 merged commit c07bb04 into Eventual-Inc:main Jun 9, 2025
46 of 47 checks passed
Jay-ju pushed a commit to Jay-ju/Daft that referenced this pull request Jun 10, 2025
…4499)

## Changes Made

<!-- Describe what changes were made and why. Include implementation
details if necessary. -->
In the `make .venv` command, if uv isn't installed, this PR makes it so
`PYTHON_VERSION` (currently set to python3.11)is used instead of
`python3`.

## Related Issues

<!-- Link to related GitHub issues, e.g., "Closes Eventual-Inc#123" -->
Closes Eventual-Inc#4498

## Checklist

- [ ] Documented in API Docs (if applicable)
- [ ] Documented in User Guide (if applicable)
- [ ] If adding a new documentation page, doc is added to
`docs/mkdocs.yml` navigation
- [ ] Documentation builds and is formatted properly (tag @/ccmao1130
for docs review)

Co-authored-by: Peter Nguyen <[email protected]>
Jay-ju pushed a commit to Jay-ju/Daft that referenced this pull request Jun 10, 2025
…4499)

## Changes Made

<!-- Describe what changes were made and why. Include implementation
details if necessary. -->
In the `make .venv` command, if uv isn't installed, this PR makes it so
`PYTHON_VERSION` (currently set to python3.11)is used instead of
`python3`.

## Related Issues

<!-- Link to related GitHub issues, e.g., "Closes Eventual-Inc#123" -->
Closes Eventual-Inc#4498

## Checklist

- [ ] Documented in API Docs (if applicable)
- [ ] Documented in User Guide (if applicable)
- [ ] If adding a new documentation page, doc is added to
`docs/mkdocs.yml` navigation
- [ ] Documentation builds and is formatted properly (tag @/ccmao1130
for docs review)

Co-authored-by: Peter Nguyen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Makefile uses user's default python version to create venv when uv isn't installed
2 participants