Skip to content

Commit 6372dfc

Browse files
committed
Setup Python version to 3.11
Signed-off-by: Irene Bandera <[email protected]>
1 parent e51788f commit 6372dfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/project_dependencies/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ runs:
4040
using: composite
4141
steps:
4242

43+
- name: Setup Python version
44+
uses: eProsima/eProsima-CI/external/setup-python@v0
45+
with:
46+
python-version: '3.11'
47+
4348
- name: Install Fast DDS dependencies
4449
uses: eProsima/eProsima-CI/multiplatform/install_fastdds_dependencies@v0
4550
with:

0 commit comments

Comments
 (0)