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 @@ -30,11 +30,11 @@ jobs:
3030 export DEBIAN_FRONTEND=noninteractive
3131 apt install -y git python3-pip
3232 . $IDF_PATH/export.sh
33- pip3 install catkin_pkg lark-parser colcon-common-extensions
33+ pip3 install catkin_pkg lark-parser colcon-common-extensions empy==3.3.4
3434 # This line avoids the error when using Python < 3.7 https://importlib-resources.readthedocs.io/en/latest/
3535 pip3 install importlib-resources
3636 # this installs the modules also for global python interpreter, needed for IDF v5
37- /usr/bin/pip3 install catkin_pkg lark-parser colcon-common-extensions importlib-resources
37+ /usr/bin/pip3 install catkin_pkg lark-parser colcon-common-extensions empy==3.3.4 importlib-resources
3838
3939 # This line can be removed when https://github.com/colcon/colcon-python-setup-py/issues/56 is solved
4040 - name : Patch setuptools
You can’t perform that action at this time.
0 commit comments