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

Use github actions for CI #503

Merged
merged 14 commits into from
May 3, 2022
Merged

Use github actions for CI #503

merged 14 commits into from
May 3, 2022

Conversation

umesh-timalsina
Copy link
Member

This workflow ditches azure pipelines for good. GHA is much better integrated with github and makes life a bit easier with a lot of opensource actions.

@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #503 (5344758) into main (3d77c3f) will decrease coverage by 0.53%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #503      +/-   ##
==========================================
- Coverage   74.22%   73.68%   -0.54%     
==========================================
  Files          17       17              
  Lines        1901     1919      +18     
==========================================
+ Hits         1411     1414       +3     
- Misses        490      505      +15     

@daico007
Copy link
Member

GHA Windows build with Py38 still has the same fail as Azure: ImportError: DLL load failed while importing _openmm: The specified module could not be found.

@daico007
Copy link
Member

daico007 commented May 3, 2022

@umesh-timalsina do you think we need to resolve the issue with the readthedocs build before merging this or is it gonna be a another issue?

@umesh-timalsina
Copy link
Member Author

umesh-timalsina commented May 3, 2022

I think this is good to go. LGTM!! RTD is another issue. I think it stems from a bloat in the environment size because of added dependencies. We might have to look into mocking few of those.

@umesh-timalsina umesh-timalsina merged commit 24a5d5c into main May 3, 2022
@umesh-timalsina umesh-timalsina deleted the ditch-azp-gha branch May 3, 2022 15:57
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