Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.git-tag }}

# TODO: cache conda env to speed up the workflow once conda-incubator/setup-miniconda#267
# is resolved
- name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we pin this to a specific commit?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry Keith, I set automerge so did not get a chance to reply before merging. I think the bot just followed what Marcus did earlier. It seems everyone pins at main too: https://github.com/search?q=setup-proxy-cache+language%3Ayaml+NOT+is%3Afork&type=code

continue-on-error: true

- name: Set up miniforge
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup proxy cache
uses: nv-gha-runners/setup-proxy-cache@main
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

continue-on-error: true

- name: Install dependencies
uses: ./.github/actions/install_unix_deps
continue-on-error: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
with:
fetch-depth: 0

# TODO: use setup-proxy-cache once we have self-hosted Windows runners

- name: Update driver
run: |
.github/workflows/install_gpu_driver.ps1
Expand Down
Loading