We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52016b commit 757a82aCopy full SHA for 757a82a
1 file changed
.github/actions/project_dependencies/action.yml
@@ -40,6 +40,11 @@ runs:
40
using: composite
41
steps:
42
43
+ - name: Setup Python version
44
+ uses: eProsima/eProsima-CI/external/setup-python@v0
45
+ with:
46
+ python-version: '3.11'
47
+
48
- name: Install Fast DDS dependencies
49
uses: eProsima/eProsima-CI/multiplatform/install_fastdds_dependencies@v0
50
with:
0 commit comments