kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

[CI]: apple clang build & test CI fails on master #3368

Closed prrao87 closed 3 weeks ago

prrao87 commented 3 weeks ago

This particular issue is causing CI to fail on apple clang build & test on master: https://github.com/kuzudb/kuzu/actions/runs/8803817038/job/24162861011

It seems related to installing pytorch via pip and not homebrew.

Tests are passing locally.

mewim commented 3 weeks ago

It has already been addressed in #3362