Use pyproject.toml and Github Actions #4
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This ports from
setup.py
topyproject.toml
and adds workflows for Github Actions. For the CI, you can see a run here (figured out I can just run it on my fork :\)https://github.com/alexfikl/jitcxde_common/actions/runs/12017074559
As suggested the actions test both
gcc
andclang
. I haven't managed to pass the OpenMP tests with clang locally either, so not quite sure that still works. Have you tried it recently? It seems to pass on an older ubuntu, so maybe there's a dependency missing..xref: neurophysik/CHSPy#5