Skip to content

Commit 77d14da

Browse files
Copilotleofang
andcommitted
Address review feedback: Add proxy cache to build-docs workflow and fix formatting
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 6325eb8 commit 77d14da

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
fetch-depth: 0
5353
ref: ${{ inputs.git-tag }}
5454

55-
# TODO: cache conda env to speed up the workflow once conda-incubator/setup-miniconda#267
56-
# is resolved
55+
- name: Setup proxy cache
56+
uses: nv-gha-runners/setup-proxy-cache@main
57+
continue-on-error: true
5758

5859
- name: Set up miniforge
5960
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
fetch-depth: 0
9191

9292
# TODO: use setup-proxy-cache once we have self-hosted Windows runners
93+
9394
- name: Update driver
9495
run: |
9596
.github/workflows/install_gpu_driver.ps1

0 commit comments

Comments
 (0)