chore(gpu): fix bench worflow

This commit is contained in:
Agnes Leroy
2025-04-03 10:49:56 +02:00
committed by Agnès Leroy
parent 2921084ef9
commit da3b1cdbb0

View File

@@ -195,7 +195,7 @@ jobs:
cuda-benchmarks:
name: Cuda benchmarks (${{ inputs.profile }})
needs: [ prepare-matrix, setup-instance ]
needs: [ prepare-matrix, setup-instance, install-dependencies ]
runs-on: ${{ needs.setup-instance.outputs.runner-name }}
timeout-minutes: 1440 # 24 hours
continue-on-error: true