File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 export DEBIAN_FRONTEND=noninteractive
3535 apt install -y git python3-pip
3636 . $IDF_PATH/export.sh
37- pip3 install catkin_pkg lark-parser colcon-common-extensions
37+ pip3 install catkin_pkg lark-parser empy==3.3.4 colcon-common-extensions
3838 # This line avoids the error when using Python < 3.7 https://importlib-resources.readthedocs.io/en/latest/
3939 pip3 install importlib-resources
4040 # this installs the modules also for global python interpreter, needed for IDF v5
41- /usr/bin/pip3 install catkin_pkg lark-parser colcon-common-extensions importlib-resources
41+ /usr/bin/pip3 install catkin_pkg lark-parser empy==3.3.4 colcon-common-extensions importlib-resources
4242
4343 # This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
4444 - name : Patch setuptools
You can’t perform that action at this time.
0 commit comments