Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix numpy-test to work across python 3.12 to 3.13 transition. (#1715)
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.
- Loading branch information