diff options
author | Steven Koo <steven.koo@ni.com> | 2022-02-03 14:27:24 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-04 13:10:36 -0600 |
commit | 713f6d25d67ec4179655b8f67a0c21d25d1b372b (patch) | |
tree | 2e3dd2a21f8111fa959734894cf4de7a64a1ed73 | |
parent | e5dd8576f32c3f1757c8fcea2b87ffedbffdc07b (diff) | |
download | uhd-713f6d25d67ec4179655b8f67a0c21d25d1b372b.tar.gz uhd-713f6d25d67ec4179655b8f67a0c21d25d1b372b.tar.bz2 uhd-713f6d25d67ec4179655b8f67a0c21d25d1b372b.zip |
ci: Add libuhd python dependencies to macOS
Signed-off-by: Steven Koo <steven.koo@ni.com>
-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: | |