Skip to content

Commit d4d953f

Browse files
authored
fix empy (#257)
1 parent 002cbc1 commit d4d953f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)