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 4dc0de5 commit 0c4b50fCopy full SHA for 0c4b50f
.github/workflows/validate-domain-library.yml
@@ -87,7 +87,7 @@ jobs:
87
strategy:
88
matrix: ${{ fromJson(needs.generate-linux-matrix.outputs.matrix) }}
89
fail-fast: false
90
- uses: ./.github/workflows/linux_job.yml
+ uses: ./.github/workflows/linux_job_v2.yml
91
name: "linux-${{ matrix.package_type }}-${{ matrix.python_version }}-${{ matrix.desired_cuda }}"
92
with:
93
runner: ${{ matrix.validation_runner }}
0 commit comments