-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update deps lockfiles and use uv sync
in CI
#899
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #899 +/- ##
=======================================
Coverage 68.22% 68.22%
=======================================
Files 62 62
Lines 3909 3909
=======================================
Hits 2667 2667
Misses 1242 1242 |
- Add note about regenerating Pipfile.lock
ml-evs
force-pushed
the
ml-evs/remove-pipenv
branch
from
October 1, 2024 22:33
620fec8
to
a9993c8
Compare
ml-evs
changed the title
Remove pipenv lockfile and update requirements and uv.lock
Update deps lockfiles
Oct 1, 2024
datalab Run #2447
Run Properties:
|
Project |
datalab
|
Branch Review |
ml-evs/remove-pipenv
|
Run status |
Passed #2447
|
Run duration | 06m 00s |
Commit |
367cb1550f ℹ️: Merge 2a3192a57c8de08c5df60154d904a3b6495bc9ce into 1d63eb6ca5d9a76cefb663b0e639...
|
Committer | Matthew Evans |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
393
|
View all changes introduced in this branch ↗︎ |
ml-evs
changed the title
Update deps lockfiles
Update deps lockfiles and use Oct 1, 2024
uv sync
in CI/docker
ml-evs
changed the title
Update deps lockfiles and use
Update deps lockfiles and use Oct 1, 2024
uv sync
in CI/dockeruv sync
in CI
I think these changes are all straightforward, so I'm going to merge this and let dependabot do its thing overnight. |
ml-evs
added
build
For issues/PRs pertaining to the build or deployment of the package
dependency_updates
For issues/PRs that update the dependencies of the package
CI
For issues/PRs regarding the continuous integration
labels
Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
For issues/PRs pertaining to the build or deployment of the package
CI
For issues/PRs regarding the continuous integration
dependency_updates
For issues/PRs that update the dependencies of the package
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR resyncs the requirements files and
uv.lock
, and updatesPipfile.lock
, with the aim for better allowing dependabot to deal with things.Continues the process of #852