Skip to content

Commit a52668b

Browse files
committed
Install jsonschema always
Signed-off-by: Irene Bandera <[email protected]>
1 parent 777ca4e commit a52668b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/project_dependencies/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ runs:
5454
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
5555
if: runner.os == 'Windows'
5656
with:
57-
packages: jsonschema pytest pywin32
57+
packages: pytest pywin32
5858

59-
- name: Install setuptools
59+
- name: Install setuptools and jsonschema
6060
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
6161
with:
62-
packages: setuptools
62+
packages: setuptools jsonschema
6363

6464
- name: Install yaml cpp dependency
6565
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0

0 commit comments

Comments
 (0)