Skip to content

Commit 4242bd0

Browse files
committed
Use python 3.10
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent 016decd commit 4242bd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
- name: Setup python
3636
uses: actions/setup-python@v6
3737
with:
38-
python-version: "3.12"
38+
python-version: "3.10"
3939

4040
- name: Install required python packages
4141
uses: ./.github/actions/install_python_packages
4242
with:
4343
packages: "catkin_pkg lark-parser empy colcon-common-extensions"
44-
python-version: "3.12"
44+
python-version: "3.10"
4545
use-sudo: "true"
4646

4747
- name: Install TivaWare SDK

0 commit comments

Comments
 (0)