Skip to content

Commit a22e0a2

Browse files
authored
trigger ci (#62)
* trigger ci * temp removal of the gpu build
1 parent 78332d4 commit a22e0a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
"wolfi-py3.12-slim",
3232
"rocky9.2-slim",
3333
"rocky9.2-cpu",
34-
"rocky9.2-gpu",
34+
# "rocky9.2-gpu", [TODO] Resolve
35+
# 1005.6 Error: Failed to download metadata for repo 'cuda-rhel9-x86_64': Yum repo downloading error: Downloading error(s):
36+
# Cannot download, all mirrors were already tried without success;
3537
]
3638
runs-on: ${{ matrix.architecture == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest-m' }}
3739
needs: [set-short-sha]

0 commit comments

Comments
 (0)