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 3906f66

Browse filesBrowse files
authored
test
1 parent 136e4ab commit 3906f66
Copy full SHA for 3906f66

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/build-cuda-env.yaml
+8-8Lines changed: 8 additions & 8 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")
@@ -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.