We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b659a9 commit f342301Copy full SHA for f342301
1 file changed
.github/actions/project_dependencies/action.yml
@@ -45,6 +45,12 @@ runs:
45
with:
46
cmake_build_type: ${{ inputs.cmake_build_type }}
47
48
+ - name: Install Python dependencies
49
+ uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
50
+ if: runner.os == 'Windows'
51
+ with:
52
+ packages: jsonschema
53
+
54
- name: Install yaml cpp dependency
55
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0
56
0 commit comments