We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c415b1 commit 7157329Copy full SHA for 7157329
.github/workflows/linux-release-artifacts.yml
@@ -77,7 +77,7 @@ jobs:
77
container:
78
image: ${{ matrix.container_image }}
79
options: ${{ matrix.gpu_arch_type == 'cuda' && '--gpus all' || ' ' }}
80
- if: ${{ env.CU_VERSION == '12.1' }}
+ # if: ${{ env.CU_VERSION == '12.1' }}
81
# If a build is taking longer than 60 minutes on these runners we need
82
# to have a conversation
83
timeout-minutes: 60
0 commit comments