We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49aaec7 commit d4063dfCopy full SHA for d4063df
1 file changed
.circleci/config.yml
@@ -44,6 +44,7 @@ commands:
44
ninja-build \
45
xorg-dev \
46
freeglut3-dev \
47
+ packaging \
48
pkg-config \
49
wget \
50
zip \
@@ -315,7 +316,7 @@ jobs:
315
316
export PATH=$HOME/miniconda/bin:$PATH
317
source ~/.bash_profile
318
conda activate
- 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
320
echo $(which -a python)
321
pip install gitpython
322
cd habitat-sim
0 commit comments