Skip to content

Commit b3caff1

Browse files
Titus-von-KoellerSerge45
authored andcommitted
reduce the pkg size + build times for the preview release
1 parent 2c26cc4 commit b3caff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
# This job matrix builds the CUDA versions of the libraries for platforms that support CUDA (Linux x64/aarch64 + Windows x64)
5959
##
6060
build-shared-libs-cuda:
61+
if: github.ref_name != 'multi-backend-refactor'
6162
strategy:
6263
matrix:
6364
os: [ubuntu-latest, windows-latest]
@@ -148,7 +149,7 @@ jobs:
148149
build-wheels:
149150
needs:
150151
- build-shared-libs
151-
- build-shared-libs-cuda
152+
# - build-shared-libs-cuda reduce the pkg size + build times for the preview release
152153
- build-shared-libs-rocm
153154
strategy:
154155
matrix:

0 commit comments

Comments
 (0)