-
Notifications
You must be signed in to change notification settings - Fork 165
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
CI: Setup automatic testing of the conda packages #2292
Comments
I don't think that you need a separate project - you can simply extend tests in the conda package spec (see above). |
Thanks for the PR conda-forge/lpython-feedstock#16, that's much better than nothing. What we also need is to test all our integration tests, not just one, which is what this issue is about. |
I guess then it is a matter of adding |
We started a repository here: https://github.com/lcompilers/lpython-conda-testing, see lcompilers/lpython-conda-testing#1. |
We have to setup automatic testing at a CI (in a new github project) to test the conda packages on all platforms, running our integration tests and ensuring they run correctly. That would reveal that it was missing lpython.py.
This should be done in a new separate github project.
The text was updated successfully, but these errors were encountered: