File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 # this installs the modules also for global python interpreter, needed for IDF v5
4040 /usr/bin/pip3 install catkin_pkg lark-parser empy colcon-common-extensions importlib-resources
4141
42+ # This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
43+ - name : Patch setuptools
44+ shell : bash
45+ if : matrix.idf_version == 'espressif/idf:release-v4.4'
46+ run : |
47+ . $IDF_PATH/export.sh
48+ pip3 install setuptools==68.1.2
49+
4250 - name : Build sample - int32_publisher
4351 shell : bash
4452 run : |
Original file line number Diff line number Diff line change 4242 # this installs the modules also for global python interpreter, needed for IDF v5
4343 /usr/bin/pip3 install catkin_pkg lark-parser empy colcon-common-extensions importlib-resources
4444
45+ # This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
46+ - name : Patch setuptools
47+ shell : bash
48+ if : matrix.idf_version == 'espressif/idf:release-v4.4'
49+ run : |
50+ . $IDF_PATH/export.sh
51+ pip3 install setuptools==68.1.2
52+
4553 - name : Build sample - int32_publisher
4654 shell : bash
4755 run : |
You can’t perform that action at this time.
0 commit comments