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

Update conda recipes pinning of repo dependencies #7743

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

mike-wendt
Copy link
Contributor

Ensure all conda packages created in this repo that depend on other packages are all version pinned to the same build number. This way it prevents a conda solve from picking mismatched versions of cudf and libcudf among others that can break this repo and others.

Ensure all conda packages created in this repo that depend on other packages are all version pinned to the same build number. This way it prevents a conda solve from picking mismatched versions of `cudf` and `libcudf` among others that can break this repo and others.
@mike-wendt mike-wendt added bug Something isn't working 3 - Ready for Review Ready for review by team conda non-breaking Non-breaking change labels Mar 26, 2021
@mike-wendt mike-wendt self-assigned this Mar 26, 2021
@mike-wendt mike-wendt requested a review from a team as a code owner March 26, 2021 22:17
@codecov
Copy link

codecov bot commented Mar 27, 2021

Codecov Report

Merging #7743 (0ea0ba8) into branch-0.19 (7871e7a) will increase coverage by 0.67%.
The diff coverage is n/a.

❗ Current head 0ea0ba8 differs from pull request most recent head 82e6fcc. Consider uploading reports for the commit 82e6fcc to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.19    #7743      +/-   ##
===============================================
+ Coverage        81.86%   82.54%   +0.67%     
===============================================
  Files              101      101              
  Lines            16884    17461     +577     
===============================================
+ Hits             13822    14413     +591     
+ Misses            3062     3048      -14     
Impacted Files Coverage Δ
python/cudf/cudf/core/column/lists.py 87.68% <0.00%> (-3.72%) ⬇️
python/cudf/cudf/core/column/decimal.py 92.95% <0.00%> (-1.92%) ⬇️
python/cudf/cudf/core/column/numerical.py 94.83% <0.00%> (-0.20%) ⬇️
python/cudf/cudf/core/column/column.py 87.61% <0.00%> (-0.15%) ⬇️
python/cudf/cudf/utils/utils.py 85.36% <0.00%> (-0.07%) ⬇️
python/cudf/cudf/io/feather.py 100.00% <0.00%> (ø)
python/cudf/cudf/utils/ioutils.py 78.71% <0.00%> (ø)
python/cudf/cudf/comm/serialize.py 0.00% <0.00%> (ø)
python/cudf/cudf/_fuzz_testing/io.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/struct.py 100.00% <0.00%> (ø)
... and 42 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0586c4...82e6fcc. Read the comment docs.

@mike-wendt mike-wendt changed the title ENH Update conda recipes pinning of repo dependencies Update conda recipes pinning of repo dependencies Mar 30, 2021
@mike-wendt
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 7d49f75 into rapidsai:branch-0.19 Mar 30, 2021
raydouglass added a commit to raydouglass/cudf that referenced this pull request Mar 31, 2021
rapids-bot bot pushed a commit that referenced this pull request Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants