Skip to content

enable CUDA provider on windows #3696

enable CUDA provider on windows

enable CUDA provider on windows #3696

Workflow file for this run

# Run checks required for a PR to merge and verify if post-merge commit is valid.
# This workflow only call other workflows.
name: PR/push
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
CodeChecks:
uses: ./.github/workflows/reusable_checks.yml
DocsBuild:
uses: ./.github/workflows/reusable_docs_build.yml
FastBuild:
name: Fast builds
needs: [CodeChecks, DocsBuild]
uses: ./.github/workflows/reusable_fast.yml
GPU:
uses: ./.github/workflows/gpu.yml

Check failure on line 28 in .github/workflows/pr_push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr_push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr_push.yml" -> "./.github/workflows/gpu.yml" : failed to fetch workflow: workflow was not found.