-
Notifications
You must be signed in to change notification settings - Fork 372
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
Test conda package build with NEST master branch integrated in CI #2918
Conversation
API calls to start and test the CI workflow for NEST are now integrated. |
@steffengraber This looks fine in principle, but the packaging test fails. Could you check that? |
The whole project is being carefully reconsidered. There should be better ways to integrate CIs. Therefore this PR will be closed. |
The building of the package is kept as close as possible to the conda-forge package building. The tooling also corresponds to that of conda-forge.
The build runs under Ubuntu 22.04 with python3.10. But this can be changed or extended. Tests with MacOSX are also generally possible.
The build package is saved as an artifact under
nest_conda_Linux_x86_64
and can be tested afterward.To do this, download the zip file, unzip it and thus install NEST with the appropriate environment:
This also works with
conda
instead ofmamba
.