Closed cehbrecht closed 5 years ago
This PR fixes a conda issue on travis. conda update conda failed because setuptools was not installed.
conda update conda
setuptools
Changes:
conda install setuptools
https://github.com/bird-house/hummingbird/pull/34
@Zeitsperre thanks for review :)
Overview
This PR fixes a conda issue on travis.
conda update conda
failed becausesetuptools
was not installed.Changes:
conda install setuptools
to travis config.Related Issue / Discussion
https://github.com/bird-house/hummingbird/pull/34
Additional Information