Skip to content

Commit d18eecb

Browse files
committed
--add packaging to failing builds
1 parent e5eb0e2 commit d18eecb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ commands:
4444
ninja-build \
4545
xorg-dev \
4646
freeglut3-dev \
47+
packaging \
4748
pkg-config \
4849
wget \
4950
zip \
@@ -315,7 +316,7 @@ jobs:
315316
export PATH=$HOME/miniconda/bin:$PATH
316317
source ~/.bash_profile
317318
conda activate
318-
conda install -y anaconda-client ccache cmake git ninja conda-build pip
319+
conda install -y anaconda-client ccache cmake git ninja conda-build packaging pip
319320
echo $(which -a python)
320321
pip install gitpython
321322
cd habitat-sim

0 commit comments

Comments
 (0)