File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments