-
Notifications
You must be signed in to change notification settings - Fork 38
add python matrix in build with clang #64
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
Conversation
4ade332
to
04a37d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
.github/workflows/build-with-clang.yml:55
- The removal of 'numpy' and 'pytest-cov' from the dependencies may lead to build or test failures if these packages are required. Please verify that these removals are intentional.
pip install cython setuptools pytest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you @vtavana
add python matrix in build with clang to cover python 3.10, 3.11, 3.12