Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 366c0e1

Browse filesBrowse files
authored
test
1 parent 5ae4d8d commit 366c0e1
Copy full SHA for 366c0e1

File tree

Expand file treeCollapse file tree

1 file changed

+12
-12
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-12
lines changed

‎.github/workflows/build-wheels-cuda.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-wheels-cuda.yaml
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: set-matrix
3838
run: |
3939
$matrix = @{
40-
'os' = @('windows-latest')
40+
'os' = @('windows-2019')
4141
'pyver' = @("3.10")
4242
'cuda' = @("11.8.0")
4343
'releasetag' = @("basic")
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Mamba
7979
uses: conda-incubator/setup-miniconda@v3.0.4
8080
with:
81-
activate-environment: ${{ github.event.inputs.target_folder }}\${{ github.event.inputs.env_name }}
81+
activate-environment: ${{ github.event.inputs.target_folder }}\${{ github.event.inputs.env_name }}
8282
python-version: ${{ matrix.pyver }}
8383
miniforge-variant: Mambaforge
8484
miniforge-version: latest
@@ -89,7 +89,7 @@ jobs:
8989
- name: VS Integration Cache
9090
id: vs-integration-cache
9191
if: runner.os == 'Windows'
92-
uses: actions/cache@v4
92+
uses: actions/cache@v4.0.2
9393
with:
9494
path: ./MSBuildExtensions
9595
key: cuda-${{ matrix.cuda }}-vs-integration
@@ -111,16 +111,16 @@ jobs:
111111
(gi 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\*\BuildCustomizations').fullname.foreach({cp $y $_})
112112
$cupath = 'CUDA_PATH_V' + $env:CUDAVER.Remove($env:CUDAVER.LastIndexOf('.')).Replace('.','_')
113113
echo "$cupath=$env:CONDA_PREFIX" >> $env:GITHUB_ENV
114-
114+
115115
- name: Install Dependencies
116116
env:
117117
MAMBA_DOWNLOAD_FAILFAST: "0"
118118
MAMBA_NO_LOW_SPEED_LIMIT: "1"
119+
119120
run: |
120121
$cudaVersion = $env:CUDAVER
121122
mamba install -y 'cuda' -c nvidia/label/cuda-$cudaVersion
122123
python -m pip install build wheel
123-
124124
- name: Build Wheel
125125
run: |
126126
$cudaVersion = $env:CUDAVER.Remove($env:CUDAVER.LastIndexOf('.')).Replace('.','')
@@ -146,13 +146,13 @@ jobs:
146146
# write the build tag to the output
147147
Write-Output "CUDA_VERSION=$cudaVersion" >> $env:GITHUB_ENV
148148
149-
- uses: softprops/action-gh-release@v2
150-
with:
151-
files: dist/*
152-
# Set tag_name to <tag>-cu<cuda_version>
153-
tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}
154-
env:
155-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149+
# - uses: softprops/action-gh-release@v2
150+
# with:
151+
# files: dist/*
152+
# # Set tag_name to <tag>-cu<cuda_version>
153+
# tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}
154+
# env:
155+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156156

157157
- name: Check for 7-Zip installation
158158
run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.