Skip to content

Commit

Permalink
Install jsonschema always
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Sep 11, 2024
1 parent 777ca4e commit a52668b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/project_dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ runs:
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
if: runner.os == 'Windows'
with:
packages: jsonschema pytest pywin32
packages: pytest pywin32

- name: Install setuptools
- name: Install setuptools and jsonschema
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
with:
packages: setuptools
packages: setuptools jsonschema

- name: Install yaml cpp dependency
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0
Expand Down

0 comments on commit a52668b

Please sign in to comment.