From ef5bef6b70908d246fa18686ae9e543849903390 Mon Sep 17 00:00:00 2001 From: "Johannes U. Lange" Date: Thu, 30 Jan 2025 09:54:08 -0500 Subject: [PATCH] fixed MacOS test install --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3a23fe..c3f4d21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,7 @@ jobs: sudo apt install libopenmpi-dev else brew install openmpi + brew install libomp fi python -m pip install .[tests] # TODO: Currently, we need to specify the directory. This should not be necessary in the future once all tests are compatible with pytest.