Skip to content

Commit

Permalink
--add packaging to failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Jun 18, 2024
1 parent 9931906 commit 36cb92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ commands:
ninja-build \
xorg-dev \
freeglut3-dev \
packaging \
pkg-config \
wget \
zip \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36cb92d

Please sign in to comment.