-
Notifications
You must be signed in to change notification settings - Fork 4
Added MacOS-intel support #335
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
restore original linux version for tests adjust CI for apt-get remove redundant assignment add system display just for sanity move sanity printout to test and remove args keyword remove extra summary check feat: debugged core logic fix: skip a couple linux-specific tests fix: fix skipif feat: final touches
On Mac+pypy, numpy needs to be compiled from source which fails
…fix_mac ci: try longer sleep relax print pin numpy<2.0 for pypy On Mac+pypy, numpy needs to be compiled from source which fails Update src/con_duct/__main__.py chore: linting try list comprehensions and sid prefetching for speed TMP: debug macos-15-intel spawn children tests TMP: increase spawn_children time 10x Add -s to tox run on github so we see logged errors (hopefully) Extend log msg with all values Add ERROR log which lead to an empty sample fix: try adding retries chore: remove intel runners add longer delay in test; mark OS in config, skip annotation add longer delay in test; still trying to fix linting re-enable intel
…nto macos-intel
|
@asmacdo macOS-intel is just full of interesting quirks In addition to the current inclusion conditions (widening the net) some new ones are seen https://github.com/con/duct/actions/runs/19090912832/job/54541304264?pr=335#step:6:1387 Also new is some missing file: https://github.com/con/duct/actions/runs/19090912832/job/54541304288?pr=335#step:6:1135 any ideas? |
Splintered from #325