Skip to content

Commit accfce2

Browse files
committed
Add python dependencies for windows
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent 8fe59d3 commit accfce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/project_dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
5050
if: runner.os == 'Windows'
5151
with:
52-
packages: jsonschema
52+
packages: jsonschema pytest pywin32
5353

5454
- name: Install yaml cpp dependency
5555
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0

0 commit comments

Comments
 (0)