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

speed up GitHub Actions #2822

Merged
merged 6 commits into from Sep 15, 2023
Merged

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 15, 2023

This PR speeds up multiple GitHub Actions in the following way:

  • only install cuda-nvcc and cuda-cudart-dev instead of the whole cudatoolkit
  • skip installing clang as it's already shipped with the GitHub Action image
  • enable cache for all setup-python
  • use Ninja instead of Make as the CMake generator

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (7da9aaf) 75.52% compared to head (6bf51ed) 75.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2822      +/-   ##
==========================================
- Coverage   75.52%   75.51%   -0.01%     
==========================================
  Files         242      242              
  Lines       24162    24162              
  Branches     1533     1533              
==========================================
- Hits        18249    18247       -2     
  Misses       4997     4997              
- Partials      916      918       +2     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm enabled auto-merge (squash) September 15, 2023 04:04
@wanghan-iapcm wanghan-iapcm merged commit 20a41d0 into deepmodeling:devel Sep 15, 2023
36 checks passed
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