Skip to content

Commit e51788f

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/actions/project_dependencies/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ runs:
5151
with:
5252
packages: jsonschema pytest pywin32
5353

54+
- name: Install setuptools
55+
uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
56+
with:
57+
packages: setuptools
58+
5459
- name: Install yaml cpp dependency
5560
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0
5661
with:

0 commit comments

Comments
 (0)