Skip to content

Commit f342301

Browse files
committed
Install jsonchema for windows
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent 7b659a9 commit f342301

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/actions/project_dependencies/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ runs:
4545
with:
4646
cmake_build_type: ${{ inputs.cmake_build_type }}
4747

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+
4854
- name: Install yaml cpp dependency
4955
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0
5056
with:

0 commit comments

Comments
 (0)