From 713f6d25d67ec4179655b8f67a0c21d25d1b372b Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 3 Feb 2022 14:27:24 -0600 Subject: ci: Add libuhd python dependencies to macOS Signed-off-by: Steven Koo --- .ci/templates/steps-build-uhd-make-homebrew-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/templates/steps-build-uhd-make-homebrew-macos.yml b/.ci/templates/steps-build-uhd-make-homebrew-macos.yml index 629e56212..9ba7bfe52 100644 --- a/.ci/templates/steps-build-uhd-make-homebrew-macos.yml +++ b/.ci/templates/steps-build-uhd-make-homebrew-macos.yml @@ -8,7 +8,7 @@ steps: - script: | pyenv exec python3 -m venv ${{ parameters.uhdBuildDir }}/pyenv source ${{ parameters.uhdBuildDir }}/pyenv/bin/activate - python3 -m pip install mako + python3 -m pip install mako numpy requests ruamel.yaml displayName: Install python UHD deps - script: | -- cgit v1.2.3