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

Fixes building wheel process on local CI. #2455

Merged
merged 1 commit into from Feb 23, 2023

Conversation

sighingnow
Copy link
Collaborator

What do these changes do?

It have been failed for quite a while... Removing unsupported Python 3.7 from CI (and install_deps.sh) as well.

@sighingnow
Copy link
Collaborator Author

See also https://github.com/alibaba/GraphScope/actions/runs/4249240830/jobs/7389565466, the local ci has been install incorrect artifacts since many revisions ago ...

@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2023

Codecov Report

Merging #2455 (003edf1) into main (555abd3) will decrease coverage by 2.91%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2455      +/-   ##
==========================================
- Coverage   42.84%   39.93%   -2.91%     
==========================================
  Files          88       88              
  Lines        9771     9771              
==========================================
- Hits         4186     3902     -284     
- Misses       5585     5869     +284     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/deploy/hosts/cluster.py 30.48% <0.00%> (-57.32%) ⬇️
python/graphscope/framework/utils.py 42.25% <0.00%> (-13.75%) ⬇️
python/graphscope/client/rpc.py 73.88% <0.00%> (-6.72%) ⬇️
python/graphscope/framework/graph_schema.py 52.73% <0.00%> (-6.63%) ⬇️
python/graphscope/analytical/app/java_app.py 24.36% <0.00%> (-4.57%) ⬇️
python/graphscope/tests/conftest.py 47.53% <0.00%> (-4.02%) ⬇️
python/graphscope/framework/app.py 70.50% <0.00%> (-3.69%) ⬇️
python/graphscope/analytical/udf/utils.py 36.17% <0.00%> (-3.20%) ⬇️
python/graphscope/client/session.py 65.79% <0.00%> (-3.18%) ⬇️
... and 1 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 555abd3...003edf1. Read the comment docs.

It have been failed for quite a while... Removing unsupported Python 3.7 from CI (and install_deps.sh) as well.

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@sighingnow sighingnow merged commit 2aa3e71 into alibaba:main Feb 23, 2023
@sighingnow sighingnow deleted the ht/fix-ci branch February 23, 2023 07:39
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.

None yet

2 participants