Skip to content

Commit 8c34393

Browse files
Copilotleofang
andcommitted
Add setup-proxy-cache to test workflows
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent c77e8b1 commit 8c34393

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ jobs:
143143
with:
144144
fetch-depth: 0
145145

146+
- name: Setup proxy cache
147+
uses: nv-gha-runners/setup-proxy-cache@main
148+
continue-on-error: true
149+
# Skip the cache on Windows nodes outside of our org.
150+
if: ${{ inputs.host-platform != 'win-64' }}
151+
146152
- name: Install dependencies
147153
uses: ./.github/actions/install_unix_deps
148154
continue-on-error: false

.github/workflows/test-wheel-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ jobs:
8989
with:
9090
fetch-depth: 0
9191

92+
- name: Setup proxy cache
93+
uses: nv-gha-runners/setup-proxy-cache@main
94+
continue-on-error: true
95+
# Skip the cache on Windows nodes outside of our org.
96+
if: ${{ inputs.host-platform != 'win-64' }}
97+
9298
- name: Update driver
9399
run: |
94100
.github/workflows/install_gpu_driver.ps1

0 commit comments

Comments
 (0)