Skip to content

Commit

Permalink
Patch CI (#208)
Browse files Browse the repository at this point in the history
Remove when colcon/colcon-python-setup-py#56 is solved

(cherry picked from commit d0e63d9)
  • Loading branch information
pablogs9 authored and mergify[bot] committed Oct 5, 2023
1 parent 895a1f8 commit 6af7781
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
# this installs the modules also for global python interpreter, needed for IDF v5
/usr/bin/pip3 install catkin_pkg lark-parser empy colcon-common-extensions importlib-resources
# This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
- name: Patch setuptools
shell: bash
if: matrix.idf_version == 'espressif/idf:release-v4.4'
run: |
. $IDF_PATH/export.sh
pip3 install setuptools==68.1.2
- name: Build sample - int32_publisher
shell: bash
run: |
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
# this installs the modules also for global python interpreter, needed for IDF v5
/usr/bin/pip3 install catkin_pkg lark-parser empy colcon-common-extensions importlib-resources
# This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
- name: Patch setuptools
shell: bash
if: matrix.idf_version == 'espressif/idf:release-v4.4'
run: |
. $IDF_PATH/export.sh
pip3 install setuptools==68.1.2
- name: Build sample - int32_publisher
shell: bash
run: |
Expand Down

0 comments on commit 6af7781

Please sign in to comment.