From 15049ffe1f43f7314293aa835bb561d0ee4289ed Mon Sep 17 00:00:00 2001 From: John Turner <7strbass@gmail.com> Date: Tue, 5 Mar 2024 14:01:20 -0500 Subject: [PATCH] --add packaging to failing builds --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb071d0dca..a5cd3d3078 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,6 +44,7 @@ commands: ninja-build \ xorg-dev \ freeglut3-dev \ + packaging \ pkg-config \ wget \ zip \ @@ -315,7 +316,7 @@ jobs: export PATH=$HOME/miniconda/bin:$PATH source ~/.bash_profile conda activate - conda install -y anaconda-client ccache cmake git ninja conda-build pip + conda install -y anaconda-client ccache cmake git ninja conda-build packaging pip echo $(which -a python) pip install gitpython cd habitat-sim