Skip to content

Commit 05487e2

Browse files
committed
Setup Python version to 3.11
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent 519fd3e commit 05487e2

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)