lschoe / mpyc

MPyC: Multiparty Computation in Python
MIT License
367 stars 76 forks source link

upgrade pip version within the build jobs #34

Closed qasim-at-tci closed 2 years ago

qasim-at-tci commented 2 years ago

This should resolve the issues of failing builds for python version 3.10.x

codecov-commenter commented 2 years ago

Codecov Report

Merging #34 (84e8d5d) into master (ad974fe) will increase coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   92.48%   92.52%   +0.03%     
==========================================
  Files          16       16              
  Lines        6363     6378      +15     
==========================================
+ Hits         5885     5901      +16     
+ Misses        478      477       -1     
Impacted Files Coverage Δ
mpyc/runtime.py 89.02% <0.00%> (-0.15%) :arrow_down:
mpyc/gfpx.py 100.00% <0.00%> (ø)
mpyc/__main__.py 0.00% <0.00%> (ø)
mpyc/random.py 99.41% <0.00%> (+<0.01%) :arrow_up:
mpyc/finfields.py 97.33% <0.00%> (+<0.01%) :arrow_up:
mpyc/gmpy.py 97.68% <0.00%> (+0.01%) :arrow_up:
mpyc/fingroups.py 96.45% <0.00%> (+0.10%) :arrow_up:
mpyc/asyncoro.py 65.48% <0.00%> (+0.24%) :arrow_up:
mpyc/statistics.py 100.00% <0.00%> (+1.10%) :arrow_up:

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

lschoe commented 2 years ago

Great, thanks, will use your workaround.

Would be nice if such a more recent pip version is included in the jammy image, to get rid of this upgrade step again in the future.