Closed purva-thakre closed 10 months ago
Appears to be fixed by https://github.com/vprusso/toqito/pull/339/commits/a8349e5dea05cf1a168d5c845ccbb88e3d2f29ff. Based on linked SO discussions, there is no need to install BLAS
and LAPACK
for macos
.
Reopening this.
As observed in https://github.com/vprusso/toqito/pull/339/commits/d1a621344607729fa87e7aaff23f45b7ffeec1e8, I forgot to change the os
even though the job was labeled as a test builder for macos. The previous comment refers to the tests passing on ubuntu with the job labeled for macos.
It might be better to skip the failing test for now and create an issue so that we remember this. I am not too familiar with macOS and installations.
I think this is a bug related to numpy
(there is now an issue on this in their repo: https://github.com/numpy/numpy/issues/25395). If we search for mac
in open issues, there are quite a few open discussions about some build failures and AssertionErrors
on Mac. Maybe these are related.
The macOS version being installed in the Github actions run is 12.7.1.
If
toqito
is tested onmacos
, one of the tests fails.https://github.com/vprusso/toqito/actions/runs/7173291207/job/19532340600?pr=339#step:5:1540
This issue is to understand:
macos
in the build matrixhttps://stackoverflow.com/a/54339833
The behavior observed here is the opposite of what was seen in this issue: https://github.com/DevExpress/testcafe/issues/3956