@@ -78,34 +78,34 @@ jobs:
78
78
"SKIP_CUDA_BINDINGS_TEST=${SKIP_CUDA_BINDINGS_TEST}" >> $env:GITHUB_ENV
79
79
"MINI_CTK_DEPS=${MINI_CTK_DEPS}" >> $env:GITHUB_ENV
80
80
81
- - name : Download cuda-python build artifacts
82
- if : ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
83
- uses : actions/download-artifact@v4
84
- with :
85
- name : cuda-python-wheel
86
- path : .
87
-
81
+ # - name: Download cuda-python build artifacts
82
+ # if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
83
+ # uses: actions/download-artifact@v4
84
+ # with:
85
+ # name: cuda-python-wheel
86
+ # path: .
87
+ #
88
88
# - name: Download cuda.bindings build artifacts
89
89
# if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
90
90
# uses: actions/download-artifact@v4
91
91
# with:
92
92
# name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
93
93
# path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
94
-
95
- - name : Install gh cli
96
- # the GPU runner image does not have gh pre-installed...
97
- env :
98
- # doesn't seem there's an easy way to avoid hard-coding it?
99
- GH_MSI_URL : https://github.com/cli/cli/releases/download/v2.67.0/gh_2.67.0_windows_amd64.msi
100
- run : |
101
- Invoke-WebRequest -Uri "$env:GH_MSI_URL" -OutFile "gh_installer.msi"
102
- Start-Process msiexec.exe -Wait -Verbose -ArgumentList '/i "gh_installer.msi" /qn'
103
- $GH_POSSIBLE_PATHS = "C:\\Program Files\\GitHub CLI", "C:\\Program Files (x86)\\GitHub CLI"
104
- foreach ($p in $GH_POSSIBLE_PATHS) {
105
- echo "$p" >> $env:GITHUB_PATH
106
- $env:Path += ";$p"
107
- }
108
- gh --version
94
+ #
95
+ # - name: Install gh cli
96
+ # # the GPU runner image does not have gh pre-installed...
97
+ # env:
98
+ # # doesn't seem there's an easy way to avoid hard-coding it?
99
+ # GH_MSI_URL: https://github.com/cli/cli/releases/download/v2.67.0/gh_2.67.0_windows_amd64.msi
100
+ # run: |
101
+ # Invoke-WebRequest -Uri "$env:GH_MSI_URL" -OutFile "gh_installer.msi"
102
+ # Start-Process msiexec.exe -Wait -Verbose -ArgumentList '/i "gh_installer.msi" /qn'
103
+ # $GH_POSSIBLE_PATHS = "C:\\Program Files\\GitHub CLI", "C:\\Program Files (x86)\\GitHub CLI"
104
+ # foreach ($p in $GH_POSSIBLE_PATHS) {
105
+ # echo "$p" >> $env:GITHUB_PATH
106
+ # $env:Path += ";$p"
107
+ # }
108
+ # gh --version
109
109
110
110
- name : Install 7z
111
111
# the GPU runner image does not have Git Bash pre-installed...
0 commit comments