Skip to content

Commit 6325eb8

Browse files
authored
update
1 parent 8c34393 commit 6325eb8

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ jobs:
146146
- name: Setup proxy cache
147147
uses: nv-gha-runners/setup-proxy-cache@main
148148
continue-on-error: true
149-
# Skip the cache on Windows nodes outside of our org.
150-
if: ${{ inputs.host-platform != 'win-64' }}
151149

152150
- name: Install dependencies
153151
uses: ./.github/actions/install_unix_deps

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,7 @@ 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-
92+
# TODO: use setup-proxy-cache once we have self-hosted Windows runners
9893
- name: Update driver
9994
run: |
10095
.github/workflows/install_gpu_driver.ps1

0 commit comments

Comments
 (0)