We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c26cc4 commit b3caff1Copy full SHA for b3caff1
.github/workflows/python-package.yml
@@ -58,6 +58,7 @@ jobs:
58
# This job matrix builds the CUDA versions of the libraries for platforms that support CUDA (Linux x64/aarch64 + Windows x64)
59
##
60
build-shared-libs-cuda:
61
+ if: github.ref_name != 'multi-backend-refactor'
62
strategy:
63
matrix:
64
os: [ubuntu-latest, windows-latest]
@@ -148,7 +149,7 @@ jobs:
148
149
build-wheels:
150
needs:
151
- build-shared-libs
- - build-shared-libs-cuda
152
+ # - build-shared-libs-cuda reduce the pkg size + build times for the preview release
153
- build-shared-libs-rocm
154
155
0 commit comments