Skip to content

Commit 8379444

Browse files
committed
remove inputs to setup-proxy-cache
1 parent c41cb9a commit 8379444

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/conda-cpp-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ jobs:
105105
106106
- name: Setup proxy cache
107107
uses: nv-gha-runners/setup-proxy-cache@main
108-
with:
109-
enable_pip: false
110-
enable_conda: true
111108

112109
- name: C++ build
113110
run: ${{ inputs.script }}

.github/workflows/conda-python-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ jobs:
111111
112112
- name: Setup proxy cache
113113
uses: nv-gha-runners/setup-proxy-cache@main
114-
with:
115-
enable_pip: false
116-
enable_conda: true
117114

118115
- name: Python build
119116
run: ${{ inputs.script }}

.github/workflows/wheels-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ jobs:
157157

158158
- name: Setup proxy cache
159159
uses: nv-gha-runners/setup-proxy-cache@main
160-
with:
161-
enable_pip: true
162-
enable_conda: false
163160

164161
- name: Build and repair the wheel
165162
run: |

0 commit comments

Comments
 (0)