Skip to content
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

Fix numpy-test to work across python 3.12 to 3.13 transition. #1715

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

smoser
Copy link
Contributor

@smoser smoser commented Dec 17, 2024

The test was failing because 'numpy' is now installing a python3.13 version. Instead of making an assumption on what it installs, let the pipeline do the rigth thing.

The python/import pipeline will search for exactly one python installed and use it to test the import.

The test was failing because 'numpy' is now installing
a python3.13 version.  Instead of making an assumption on
what it installs, let the pipeline do the rigth thing.

The python/import pipeline will search for exactly one
python installed and use it to test the import.
@smoser smoser force-pushed the fix/e2e-numpy-test branch from 1807fb4 to 3a16441 Compare December 17, 2024 17:39
@smoser smoser requested a review from xnox December 17, 2024 17:40
@89luca89 89luca89 merged commit 53a5317 into chainguard-dev:main Dec 17, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants