From dfa5c8018c50c11aaeb141f387b20959369f1691 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Mon, 21 Oct 2024 13:04:18 +0200 Subject: [PATCH] CI: macOS install pytest for testing --- .github/workflows/mac.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 27162254d..aaea4d160 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -11,6 +11,7 @@ jobs: - name: Brew install run: | brew install root boost cmake ninja + pip install pytest - name: Compile run: | mkdir build