|
83 | 83 | - name: Install python tooling |
84 | 84 | uses: ./.github/actions/install_deps |
85 | 85 | with: |
86 | | - skip-installing-ssm-plugin-manager: false |
87 | | - skip-installing-pulumi-cli: false |
| 86 | + skip-installing-ssm-plugin-manager: true |
| 87 | + skip-installing-pulumi-cli: true |
88 | 88 | python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} |
89 | 89 | code-artifact-auth-role-name: CoreInfraBaseAccess |
90 | 90 | code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %} |
@@ -131,6 +131,8 @@ jobs: |
131 | 131 | - name: Install python tooling |
132 | 132 | uses: ./.github/actions/install_deps |
133 | 133 | with: |
| 134 | + skip-installing-ssm-plugin-manager: true |
| 135 | + skip-installing-pulumi-cli: true |
134 | 136 | python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} |
135 | 137 | code-artifact-auth-role-name: CoreInfraBaseAccess |
136 | 138 | code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %} |
@@ -171,6 +173,8 @@ jobs: |
171 | 173 | - name: Install python tooling |
172 | 174 | uses: ./.github/actions/install_deps |
173 | 175 | with: |
| 176 | + skip-installing-ssm-plugin-manager: true |
| 177 | + skip-installing-pulumi-cli: true |
174 | 178 | python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %} |
175 | 179 | code-artifact-auth-role-name: CoreInfraBaseAccess |
176 | 180 | code-artifact-auth-role-account-id: "{% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %}" |
|
0 commit comments