We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dbbed commit e51788fCopy full SHA for e51788f
1 file changed
.github/actions/project_dependencies/action.yml
@@ -51,6 +51,11 @@ runs:
51
with:
52
packages: jsonschema pytest pywin32
53
54
+ - name: Install setuptools
55
+ uses: eProsima/eProsima-CI/multiplatform/install_python_packages@v0
56
+ with:
57
+ packages: setuptools
58
+
59
- name: Install yaml cpp dependency
60
uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0
61
0 commit comments