-
Notifications
You must be signed in to change notification settings - Fork 191
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
WIP: Update uv.lock + CI tweaks #6676
base: main
Are you sure you want to change the base?
Conversation
34bffbf
to
8e66b24
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6676 +/- ##
=======================================
Coverage 77.94% 77.94%
=======================================
Files 563 563
Lines 41761 41761
=======================================
Hits 32545 32545
Misses 9216 9216 ☔ View full report in Codecov by Sentry. |
8e66b24
to
475cedb
Compare
There's one failing test in test-install with Python 3.9, due to astral-sh/setup-uv#219
|
@@ -64,8 +64,7 @@ jobs: | |||
python-version: ${{ matrix.python-version }} | |||
|
|||
- name: Setup environment | |||
# Note: The virtual environment in .venv was created by uv in previous step | |||
run: source .venv/bin/activate && .github/workflows/setup.sh |
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.
The updated setup-uv action now activates the virtual environment automatically.
No description provided.