Skip to content

Commit

Permalink
fixup! WIP: Add CI job to build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
igorauad committed Oct 3, 2023
1 parent 205a401 commit e945dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e945dd7

Please sign in to comment.