Skip to content

Commit

Permalink
Patch CI
Browse files Browse the repository at this point in the history
Remove when colcon/colcon-python-setup-py#56 is solved
  • Loading branch information
pablogs9 committed Oct 5, 2023
1 parent ff0d26f commit c17ed41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
apt install -y git python3-pip
. $IDF_PATH/export.sh
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
# This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
pip3 install setuptools==68.1.2
# This line avoids the error when using Python < 3.7 https://importlib-resources.readthedocs.io/en/latest/
pip3 install importlib-resources
# this installs the modules also for global python interpreter, needed for IDF v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
apt install -y git python3-pip
. $IDF_PATH/export.sh
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
# This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
pip3 install setuptools==68.1.2
# This line avoids the error when using Python < 3.7 https://importlib-resources.readthedocs.io/en/latest/
pip3 install importlib-resources
# this installs the modules also for global python interpreter, needed for IDF v5
Expand Down

0 comments on commit c17ed41

Please sign in to comment.