Skip to content

Commit 6464e03

Browse files
Patch CI (#208) (#209)
Remove when colcon/colcon-python-setup-py#56 is solved (cherry picked from commit d0e63d9) Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 895a1f8 commit 6464e03

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
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: |

.github/workflows/nightly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
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: |

0 commit comments

Comments
 (0)