File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - rel-*
87 pull_request :
9- branches :
10- - main
11- - rel-*
12- workflow_dispatch :
138
149concurrency :
15- group : ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.sha }}
10+ group : ${{ github.head_ref || github.run_id }}
1611 cancel-in-progress : true
1712
18- # TODO: enable --build_nodejs
1913jobs :
2014 build :
2115 name : Windows GPU TensorRT CI Pipeline
22- runs-on : ["self-hosted", "1ES.Pool=onnxruntime-github-vs2022-mms"]
16+ runs-on : windows-2022
2317 steps :
2418 - uses : actions/checkout@v5
2519 with :
3125 python-version : ' 3.12'
3226 architecture : x64
3327
34- - name : Locate vcvarsall and Setup Env
35- uses : ./.github/actions/locate-vcvarsall-and-setup-env
36- with :
37- architecture : x64
38-
39- - name : Install python modules
40- run : python -m pip install -r .\tools\ci_build\github\windows\python\requirements.txt
41- working-directory : ${{ github.workspace }}
42- shell : cmd
43-
4428 - name : Download CUDA SDK v12.2
4529 working-directory : ${{ runner.temp }}
4630 run : |
You can’t perform that action at this time.
0 commit comments