Skip to content

Commit 98d8913

Browse files
committed
Add pytest to project dependencies
Signed-off-by: Irene Bandera <[email protected]>
1 parent e51788f commit 98d8913

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
@@ -49,12 +49,12 @@ runs:
4949
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
5050
if: runner.os == 'Windows'
5151
with:
52-
packages: jsonschema pytest pywin32
52+
packages: jsonschema pywin32
5353

54-
- name: Install setuptools
54+
- name: Install setuptools and pytest
5555
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
5656
with:
57-
packages: setuptools
57+
packages: setuptools pytest
5858

5959
- name: Install yaml cpp dependency
6060
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0

0 commit comments

Comments
 (0)