Skip to content

Commit 4cbf1d3

Browse files
Fix conflicts
1 parent e91952b commit 4cbf1d3

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/reusable-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,13 @@ jobs:
4040
- name: Setup python
4141
uses: actions/setup-python@v6
4242
with:
43-
<<<<<<< HEAD
44-
python-version: "3.10"
45-
=======
4643
python-version: ${{ inputs.python-version }}
47-
>>>>>>> 5da3e80 (Fix nightly and add PR template (#36))
4844

4945
- name: Install required python packages
5046
uses: ./.github/actions/install_python_packages
5147
with:
52-
<<<<<<< HEAD
5348
packages: "catkin_pkg lark-parser empy==3.3.4 colcon-common-extensions"
54-
python-version: "3.10"
55-
=======
56-
packages: "catkin_pkg lark-parser empy colcon-common-extensions"
5749
python-version: ${{ inputs.python-version }}
58-
>>>>>>> 5da3e80 (Fix nightly and add PR template (#36))
5950
use-sudo: "true"
6051

6152
- name: Install TivaWare SDK

0 commit comments

Comments
 (0)