From f6397851f4ac62cf0e46cb9a70682d927c6a3503 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Sun, 13 Jul 2025 13:52:54 -0500 Subject: [PATCH] CI: Revert "use empy 3.3.4" This reverts commit 0554371dbbc976f417dba2ff28d8a747348e9c30. The DSDL compiler now supports empy 4 (though 3.3.4 is still supported too for now). --- .github/workflows/canard.yml | 2 +- .github/workflows/examples.yml | 2 +- examples/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/canard.yml b/.github/workflows/canard.yml index 48a2a74..5146fbb 100644 --- a/.github/workflows/canard.yml +++ b/.github/workflows/canard.yml @@ -22,7 +22,7 @@ jobs: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install gcc-multilib g++-multilib lcov ccache valgrind libgcc-s1:i386 libc6-dbg:i386 - sudo pip install empy==3.3.4 pydronecan + sudo pip install empy pydronecan - name: Submodule update run: | git submodule update --init --recursive diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 6ea6179..03af65f 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -12,7 +12,7 @@ jobs: - name: Install Dependencies run: | uname -a - sudo pip install empy==3.3.4 pydronecan pexpect + sudo pip install empy pydronecan pexpect - name: build SimpleNode working-directory: ${{github.workspace}}/examples/SimpleNode run: make diff --git a/examples/README.md b/examples/README.md index 6803de2..ae9807c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -13,7 +13,7 @@ and type 'make' You may need to install the following before building: ``` - sudo pip install empy==3.3.4 pydronecan pexpect + sudo pip install empy pydronecan pexpect ``` ## Running Examples