Skip to content

Commit 390995a

Browse files
committed
fix copy pasta
1 parent 78d0113 commit 390995a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939

40-
- name: Update driver
41-
run: |
42-
.github/workflows/install_gpu_driver.ps1
43-
44-
- name: Ensure GPU is working
45-
run: nvidia-smi
40+
# - name: Update driver
41+
# run: |
42+
# .github/workflows/install_gpu_driver.ps1
43+
#
44+
# - name: Ensure GPU is working
45+
# run: nvidia-smi
4646

4747
- name: Set environment variables
4848
run: |
@@ -122,7 +122,7 @@ jobs:
122122
ZSTD_DIR: zstd-v1.5.7-win64
123123
run: |
124124
Invoke-WebRequest -Uri "$env:ZSTD_URL" -OutFile "zstd-win64.zip"
125-
Expand-Archive -Path "zstd-win64.zip"
125+
Expand-Archive -Path "zstd-win64.zip" -DestinationPath .
126126
ls -l $env:ZSTD_DIR
127127
echo "$((Get-Location).Path)\\$env:ZSTD_DIR" >> $env:GITHUB_PATH
128128
$env:Path += ";$((Get-Location).Path)\\$env:ZSTD_DIR"

0 commit comments

Comments
 (0)