Skip to content

Commit 1afdfee

Browse files
committed
Add setup step for Python 3.12
1 parent 4350976 commit 1afdfee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
with:
4242
version: 3.28.3
4343

44+
- name: Setup Python
45+
uses: actions/setup-python@v6
46+
with:
47+
python-version: '3.12'
48+
4449
- uses: ros-tooling/setup-ros@v0.7
4550

4651
- uses: ros-tooling/action-ros-ci@v0.4

0 commit comments

Comments
 (0)