Closed emersonknapp closed 4 years ago
The setup.cfg was causing the dockerfile to still install setuptools 50 in pip3 install colcon-bundle. I think this line is using the local directory, not pypi, so this should fix CI. Followup to #179
pip3 install colcon-bundle
checks are failing?
Accurate. Guess this isn't sufficient to fix it
checks are failing? Accurate. Guess this isn't sufficient to fix it
Yet your last PR passed. Hm.
The setup.cfg was causing the dockerfile to still install setuptools 50 in
pip3 install colcon-bundle
. I think this line is using the local directory, not pypi, so this should fix CI. Followup to #179