diff options
| -rw-r--r-- | .ci/templates/steps-build-uhd-make-homebrew-macos.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | | 
