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

fix: CI breakage #3350

Merged
merged 3 commits into from
Dec 13, 2022
Merged

fix: CI breakage #3350

merged 3 commits into from
Dec 13, 2022

Conversation

aarnphm
Copy link
Contributor

@aarnphm aarnphm commented Dec 13, 2022

  • bumping base python version for actions/python to 3.8
  • unrestrict protobuf requirements for tests

Signed-off-by: Aaron Pham [email protected]

@aarnphm aarnphm requested a review from a team as a code owner December 13, 2022 07:06
@aarnphm aarnphm requested review from bojiang and removed request for a team December 13, 2022 07:06
@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Merging #3350 (acde82a) into main (d7254c0) will increase coverage by 0.11%.
The diff coverage is n/a.

❗ Current head acde82a differs from pull request most recent head c5dec55. Consider uploading reports for the commit c5dec55 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3350      +/-   ##
==========================================
+ Coverage   33.12%   33.23%   +0.11%     
==========================================
  Files         132      132              
  Lines       10626    10641      +15     
  Branches     1776     1778       +2     
==========================================
+ Hits         3520     3537      +17     
+ Misses       6869     6866       -3     
- Partials      237      238       +1     
Impacted Files Coverage Δ
src/bentoml/pytorch.py 0.00% <0.00%> (ø)
src/bentoml/torchscript.py 0.00% <0.00%> (ø)
src/bentoml/picklable_model.py 100.00% <0.00%> (ø)
src/bentoml/_internal/frameworks/keras.py 0.00% <0.00%> (ø)
src/bentoml/_internal/frameworks/pytorch.py 0.00% <0.00%> (ø)
src/bentoml/_internal/frameworks/torchscript.py 0.00% <0.00%> (ø)
src/bentoml/_internal/frameworks/transformers.py 0.00% <0.00%> (ø)
src/bentoml/_internal/frameworks/tensorflow_v2.py 0.00% <0.00%> (ø)
src/bentoml/_internal/frameworks/common/pytorch.py 0.00% <0.00%> (ø)
src/bentoml/_internal/frameworks/picklable.py 73.33% <0.00%> (+2.42%) ⬆️
... and 1 more

@aarnphm aarnphm changed the title fix(ci): bump python version to 3.8 fix(ci): failing keras and ONNX test Dec 13, 2022
bojiang
bojiang previously approved these changes Dec 13, 2022
@aarnphm aarnphm changed the title fix(ci): failing keras and ONNX test fix: CI breakage Dec 13, 2022
@aarnphm aarnphm enabled auto-merge (squash) December 13, 2022 09:06
@aarnphm aarnphm merged commit 23ba7cf into bentoml:main Dec 13, 2022
@aarnphm aarnphm deleted the fix/keras-ci branch December 13, 2022 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants