From e945dd7da286c4d9dc72a5578db7c2e8cd4a004b Mon Sep 17 00:00:00 2001 From: Igor Freire Date: Tue, 3 Oct 2023 21:05:05 +0000 Subject: [PATCH] fixup! WIP: Add CI job to build on macOS --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f464db..b77308d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: with: submodules: "recursive" - name: Install dependencies - run: brew install gnuradio pybind11 doxygen + run: brew install gnuradio pybind11 doxygen scipy - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build