We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91952b commit 4cbf1d3Copy full SHA for 4cbf1d3
1 file changed
.github/workflows/reusable-ci.yml
@@ -40,22 +40,13 @@ jobs:
40
- name: Setup python
41
uses: actions/setup-python@v6
42
with:
43
-<<<<<<< HEAD
44
- python-version: "3.10"
45
-=======
46
python-version: ${{ inputs.python-version }}
47
->>>>>>> 5da3e80 (Fix nightly and add PR template (#36))
48
49
- name: Install required python packages
50
uses: ./.github/actions/install_python_packages
51
52
53
packages: "catkin_pkg lark-parser empy==3.3.4 colcon-common-extensions"
54
55
56
- packages: "catkin_pkg lark-parser empy colcon-common-extensions"
57
58
59
use-sudo: "true"
60
61
- name: Install TivaWare SDK
0 commit comments