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 e51788f commit 98d8913Copy full SHA for 98d8913
.github/actions/project_dependencies/action.yml
@@ -49,12 +49,12 @@ runs:
49
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
50
if: runner.os == 'Windows'
51
with:
52
- packages: jsonschema pytest pywin32
+ packages: jsonschema pywin32
53
54
- - name: Install setuptools
+ - name: Install setuptools and pytest
55
56
57
- packages: setuptools
+ packages: setuptools pytest
58
59
- name: Install yaml cpp dependency
60
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0
0 commit comments