We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777ca4e commit a52668bCopy full SHA for a52668b
.github/actions/project_dependencies/action.yml
@@ -54,12 +54,12 @@ runs:
54
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
55
if: runner.os == 'Windows'
56
with:
57
- packages: jsonschema pytest pywin32
+ packages: pytest pywin32
58
59
- - name: Install setuptools
+ - name: Install setuptools and jsonschema
60
61
62
- packages: setuptools
+ packages: setuptools jsonschema
63
64
- name: Install yaml cpp dependency
65
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0
0 commit comments