Skip to content

Commit 97796fe

Browse files
authored
Fix _nightly (#260)
1 parent d4d953f commit 97796fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

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

0 commit comments

Comments
 (0)