Skip to content

Commit eb83b54

Browse files
authored
Update GitHub Actions workflows. (#562)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 2490813024dfe37d27606bd4d9845b5584abe174.
1 parent 36d8d2a commit eb83b54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-acceptance-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,17 @@ jobs:
125125
tools: pulumictl, pulumicli, ${{ matrix.language }}
126126
- name: Download bin
127127
uses: ./.github/actions/download-bin
128-
- run: dotnet nuget add source ${{ github.workspace }}/nuget
128+
- name: Add NuGet source
129+
if: matrix.language == 'dotnet'
130+
run: dotnet nuget add source ${{ github.workspace }}/nuget
129131
- name: Download SDK
130132
uses: ./.github/actions/download-sdk
131133
with:
132134
language: ${{ matrix.language }}
133135
- name: Update path
134136
run: echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH"
135137
- name: Install Python deps
138+
if: matrix.language == 'python'
136139
run: |-
137140
pip3 install virtualenv==20.0.23
138141
pip3 install pipenv

0 commit comments

Comments
 (0)