Skip to content

Commit

Permalink
Add pytest to project dependencies
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 e51788f commit 98d8913
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 @@ -49,12 +49,12 @@ runs:
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
if: runner.os == 'Windows'
with:
packages: jsonschema pytest pywin32
packages: jsonschema pywin32

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

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

0 comments on commit 98d8913

Please sign in to comment.