benchmark/.github
Nicholas Junge 68689bf966
Fix `pre-commit` GitHub Actions job (#1708)
For some reason, editable pip installs are now broken, which means that
they will break the pre-commit workflow due to the `pip install -e .`
instruction.

Since the normal install is unaffected, we can just drop the `-e` switch.
It does not matter which mode is used, since the environment is only
used for linting.
2023-12-07 09:41:34 +00:00
..
ISSUE_TEMPLATE Update issue templates 2020-02-25 11:21:58 +00:00
workflows Fix `pre-commit` GitHub Actions job (#1708) 2023-12-07 09:41:34 +00:00
install_bazel.sh Change nanobind linkage to response file approach on macOS (#1638) 2023-10-24 13:04:12 +01:00
libcxx-setup.sh [CI] Try to fix sanitizer builds by pinning the LLVM revision (#1703) 2023-11-23 08:45:02 +00:00