Skip to content

Commit 93c5fcb

Browse files
committed
skip
1 parent d3549d1 commit 93c5fcb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

template/.github/workflows/ci.yaml.jinja

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
- name: Install python tooling
8484
uses: ./.github/actions/install_deps
8585
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
8888
python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %}
8989
code-artifact-auth-role-name: CoreInfraBaseAccess
9090
code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %}
@@ -131,6 +131,8 @@ jobs:
131131
- name: Install python tooling
132132
uses: ./.github/actions/install_deps
133133
with:
134+
skip-installing-ssm-plugin-manager: true
135+
skip-installing-pulumi-cli: true
134136
python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %}
135137
code-artifact-auth-role-name: CoreInfraBaseAccess
136138
code-artifact-auth-role-account-id: {% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %}
@@ -171,6 +173,8 @@ jobs:
171173
- name: Install python tooling
172174
uses: ./.github/actions/install_deps
173175
with:
176+
skip-installing-ssm-plugin-manager: true
177+
skip-installing-pulumi-cli: true
174178
python-version: ${{ matrix.python-version }}{% endraw %}{% if python_package_registry == "AWS CodeArtifact" %}{% raw %}
175179
code-artifact-auth-role-name: CoreInfraBaseAccess
176180
code-artifact-auth-role-account-id: "{% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %}"

0 commit comments

Comments
 (0)