-
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
Lockfile compatibility #873
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 #873 +/- ##
=======================================
Coverage 68.12% 68.12%
=======================================
Files 62 62
Lines 3890 3890
=======================================
Hits 2650 2650
Misses 1240 1240 |
datalab Run #2371
Run Properties:
|
Project |
datalab
|
Branch Review |
ml-evs/deps
|
Run status |
Passed #2371
|
Run duration | 04m 43s |
Commit |
9508dc83d6 ℹ️: Merge 78b247869ffe7bc490724feaa6624f1969cca8e7 into 9501932e8bb12875ce9a7e950d1d...
|
Committer | Matthew Evans |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
132
|
View all changes introduced in this branch ↗︎ |
ml-evs
added
build
For issues/PRs pertaining to the build or deployment of the package
Python
labels
Sep 4, 2024
BenjaminCharmes
pushed a commit
that referenced
this pull request
Sep 11, 2024
* Add Pipfile.lock derived from requirements file * Add uv.lock file * Add upper pin of Python 3.12 for conflicting dependencies * Add utility script for resyncing pipenv * Remove Pipfile and add it to gitignore * Update install instructions to avoid `pipenv install`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 does the following:
uv.lock
), pending its standardisation (we will keep using requirements files for the time being too)This sees us basically move to a
Pipfile
-less setup.