Skip to content

Commit e4ae599

Browse files
author
stoo
committed
remove dupe sparsehash windows install step
1 parent 95b82a1 commit e4ae599

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-windows-wheels.yml.d

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,6 @@ jobs:
114114
method: 'network'
115115
sub-packages: '["nvcc", "cudart", "cublas", "curand", "cufft", "cusparse", "cusolver"]'
116116

117-
- name: Install sparsehash (Windows)
118-
if: runner.os == 'Windows'
119-
shell: pwsh
120-
run: |
121-
# Download and extract sparsehash
122-
Invoke-WebRequest -Uri "https://github.com/sparsehash/sparsehash/archive/refs/tags/sparsehash-2.0.4.zip" -OutFile "sparsehash.zip"
123-
Expand-Archive -Path "sparsehash.zip" -DestinationPath "C:\"
124-
Rename-Item "C:\sparsehash-sparsehash-2.0.4" "C:\sparsehash"
125-
126-
# Set environment variable for subsequent steps
127-
echo "INCLUDE=$env:INCLUDE;C:\sparsehash\src" >> $env:GITHUB_ENV
128-
129117
- name: Setup Visual Studio environment (Windows)
130118
if: runner.os == 'Windows'
131119
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)