benchmark/.github/workflows
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
..
bazel.yml Update bazel.yml (#1671) 2023-10-13 10:59:20 -04:00
build-and-test-min-cmake.yml add compiler to build-and-test and create min-cmake CI bot (#1550) 2023-02-28 12:40:40 +00:00
build-and-test-perfcounters.yml update github actions to latest versions (#1541) 2023-02-09 15:52:03 +00:00
build-and-test.yml Support windows MSYS2 environments (#1704) 2023-11-23 17:47:04 +03:00
clang-format-lint.yml add name to clang format job 2023-10-17 16:47:29 +01:00
clang-tidy.yml update github actions to latest versions (#1541) 2023-02-09 15:52:03 +00:00
doxygen.yml update github actions to latest versions (#1541) 2023-02-09 15:52:03 +00:00
pre-commit.yml Fix pre-commit GitHub Actions job (#1708) 2023-12-07 09:41:34 +00:00
sanitizer.yml reenable msan sanitizer workflow (#1589) 2023-05-03 16:55:45 +01:00
test_bindings.yml Add Python 3.12 support (#1676) 2023-10-23 13:04:39 +01:00
wheels.yml Add Python 3.12 support (#1676) 2023-10-23 13:04:39 +01:00