-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add conda-force-ci GitHub Action job #221
Conversation
The PR is WIP as the manif package is not available in conda-forge and will be added once conda-forge/staged-recipes#14142 is fixed. |
Eventually, this is the job that we can use for testing Python bindings also on Windows and macOS. |
There is still a missing dependency on |
No need to change the changelog :) |
|
@S-Dafarra @GiulioRomualdi let me know if there is any further action required on my side. |
Good to go for me! |
Add GitHub Action job that compile the project using conda-forge-provided dependencies on Linux/macOS/Windows. The main advantage over apt-based workflow is that we always get the latest version of dependencies, easily detecting eventual regressions. Furthermore, no dependency needs to be compiled from source, making the GitHub Action simpler and more mantainable.
Similar PRs: