Skip to content

Commit cd69de3

Browse files
committed
more skip
1 parent dc633dc commit cd69de3

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -78,34 +78,34 @@ jobs:
7878
"SKIP_CUDA_BINDINGS_TEST=${SKIP_CUDA_BINDINGS_TEST}" >> $env:GITHUB_ENV
7979
"MINI_CTK_DEPS=${MINI_CTK_DEPS}" >> $env:GITHUB_ENV
8080
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+
#
8888
# - name: Download cuda.bindings build artifacts
8989
# if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
9090
# uses: actions/download-artifact@v4
9191
# with:
9292
# name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
9393
# 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
109109

110110
- name: Install 7z
111111
# the GPU runner image does not have Git Bash pre-installed...

0 commit comments

Comments
 (0)