Skip to content

Commit

Permalink
IMP conda package no longer pulls in Boost headers
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 8, 2023
1 parent 960cc99 commit 411eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/setup_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ conda config --add channels conda-forge
if [ ${imp_branch} = "develop" ]; then
IMP_CONDA="imp-nightly"
else
IMP_CONDA="imp"
IMP_CONDA="imp libboost-devel"
fi

cd ${temp_dir}
Expand Down

0 comments on commit 411eb6c

Please sign in to comment.