This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +25
-1
lines changed
Expand file tree Collapse file tree 5 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 2525 INSTALLATION_PYPI=${INSTALLATION_PYPI/ " index-url" / " extra-index-url" }
2626 conda run -p ${ENV_NAME} _pypi ${INSTALLATION_PYPI}
2727 conda run -p ${ENV_NAME} _pypi python ./test/smoke_test/smoke_test.py --package torchonly
28- conda activate base
28+ conda deactivate
2929 conda env remove -p ${ENV_NAME} _pypi
3030 fi
3131
4141 fi
4242
4343 python ./test/smoke_test/smoke_test.py
44+ conda deactivate
45+ conda env remove -n ${ENV_NAME}
4446 fi
4547fi
Original file line number Diff line number Diff line change 2222 default : " "
2323 required : false
2424 type : string
25+ limit-win-builds :
26+ description : " Limit windows builds to single python/cuda config"
27+ default : " disable"
28+ type : string
2529 workflow_dispatch :
2630 inputs :
2731 os :
4953 default : " "
5054 required : false
5155 type : string
56+ limit-win-builds :
57+ description : " Limit windows builds to single python/cuda config"
58+ default : " disable"
59+ required : false
60+ type : string
5261
5362jobs :
5463 win :
5766 with :
5867 channel : ${{ inputs.channel }}
5968 ref : ${{ inputs.ref || github.ref }}
69+ limit-win-builds : ${{ inputs.limit-win-builds }}
6070
6171 linux :
6272 if : inputs.os == 'linux' || inputs.os == 'all'
Original file line number Diff line number Diff line change 3232 with :
3333 channel : nightly
3434 os : all
35+ limit-win-builds : enable
Original file line number Diff line number Diff line change 3232 with :
3333 channel : release
3434 os : all
35+ limit-win-builds : enable
Original file line number Diff line number Diff line change 1212 default : " "
1313 required : false
1414 type : string
15+ limit-win-builds :
16+ description : " Limit windows builds to single python/cuda config"
17+ default : " disable"
18+ type : string
1519 workflow_dispatch :
1620 inputs :
1721 channel :
2832 default : " "
2933 required : false
3034 type : string
35+ limit-win-builds :
36+ description : " Limit windows builds to single python/cuda config"
37+ default : " disable"
38+ required : false
39+ type : string
3140
3241jobs :
3342 generate-windows-matrix :
3645 package-type : all
3746 os : windows
3847 channel : ${{ inputs.channel }}
48+ limit-win-builds : ${{ inputs.limit-win-builds }}
3949
4050 win :
4151 needs : generate-windows-matrix
You can’t perform that action at this time.
0 commit comments