Skip to content

ci: impose jina dependencies at the end of CI CD environment setup#747

Merged
alaeddine-13 merged 1 commit intomainfrom
fix-ci-cd-grpcio-version
Nov 10, 2022
Merged

ci: impose jina dependencies at the end of CI CD environment setup#747
alaeddine-13 merged 1 commit intomainfrom
fix-ci-cd-grpcio-version

Conversation

@alaeddine-13
Copy link
Copy Markdown
Member

In #726 we update qdrant version and as qdrant imposes grpcio 1.50.0 which is incompatible with Jina, we make sure to install docarray[full] at the end to respect the jina grpcio version restriction.
However, as we split out tests into proto and old proto tests we didn't respect this.
This PR fixes the order of installation.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 10, 2022

Codecov Report

Base: 87.58% // Head: 83.57% // Decreases project coverage by -4.01% ⚠️

Coverage data is based on head (d823511) compared to base (cc037a7).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #747      +/-   ##
==========================================
- Coverage   87.58%   83.57%   -4.02%     
==========================================
  Files         133      133              
  Lines        6703     6703              
==========================================
- Hits         5871     5602     -269     
- Misses        832     1101     +269     
Flag Coverage Δ
docarray 83.57% <ø> (-4.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
docarray/array/mixins/dataloader/helper.py 0.00% <0.00%> (-100.00%) ⬇️
docarray/array/mixins/embed.py 9.89% <0.00%> (-82.42%) ⬇️
docarray/array/mixins/evaluation.py 9.09% <0.00%> (-79.03%) ⬇️
docarray/array/storage/memory/find.py 46.29% <0.00%> (-48.15%) ⬇️
docarray/array/mixins/dataloader/__init__.py 62.50% <0.00%> (-37.50%) ⬇️
docarray/array/mixins/group.py 71.05% <0.00%> (-18.43%) ⬇️
docarray/math/helper.py 67.64% <0.00%> (-17.65%) ⬇️
docarray/array/mixins/match.py 83.33% <0.00%> (-8.34%) ⬇️
docarray/array/mixins/setitem.py 74.16% <0.00%> (-8.34%) ⬇️
docarray/document/mixins/sugar.py 60.00% <0.00%> (-5.00%) ⬇️
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alaeddine-13 alaeddine-13 merged commit b5947de into main Nov 10, 2022
@alaeddine-13 alaeddine-13 deleted the fix-ci-cd-grpcio-version branch November 10, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants