Skip to content

Commit ebbc258

Browse files
Resolve conflicts and remove empy version
1 parent b7be59d commit ebbc258

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/reusable-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ jobs:
4545
- name: Install required python packages
4646
uses: ./.github/actions/install_python_packages
4747
with:
48-
<<<<<<< HEAD
49-
packages: "catkin_pkg lark-parser empy colcon-common-extensions"
50-
=======
5148
requirements-file: "${{ github.workspace }}/requirements.txt"
52-
>>>>>>> 0ca6886 (Add requirements.txt file for Python dependencies (#40))
5349
python-version: ${{ inputs.python-version }}
5450
use-sudo: "true"
5551

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ sudo apt install -y rsync pip git gcc-arm-none-eabi cmake
1818
This component needs `colcon` and other Python 3 packages in order to build micro-ROS packages:
1919

2020
```bash
21-
<<<<<<< HEAD
22-
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
23-
=======
2421
pip3 install -r requirements.txt
25-
>>>>>>> 0ca6886 (Add requirements.txt file for Python dependencies (#40))
2622
```
2723

2824
## Usage

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
catkin_pkg
22
lark-parser
3-
empy==3.3.4
3+
empy
44
colcon-common-extensions

0 commit comments

Comments
 (0)