File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed
Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 6060 - name : Setup miniconda
6161 uses : pytorch/test-infra/.github/actions/setup-miniconda@main
6262 with :
63- python-version : 3.8
63+ python-version : 3.9
6464 environment-file : .github/requirements/conda-env-${{ runner.os }}-${{ runner.arch }}
6565
6666 - name : Install Buck
Original file line number Diff line number Diff line change 3030 python-version :
3131 required : false
3232 type : string
33- default : " 3.8 "
33+ default : " 3.9 "
3434 description : |
35- The python version to be used. Will be 3.8 by default
35+ The python version to be used. Will be 3.9 by default
3636 environment-file :
3737 required : false
3838 type : string
Original file line number Diff line number Diff line change 1717 python-version :
1818 required : false
1919 type : string
20- default : " 3.8 "
20+ default : " 3.9 "
2121 description : |
22- The python version to be used. Will be 3.8 by default
22+ The python version to be used. Will be 3.9 by default
2323 test-matrix :
2424 required : true
2525 type : string
Original file line number Diff line number Diff line change 2121 python-version :
2222 required : false
2323 type : string
24- default : " 3.8 "
24+ default : " 3.9 "
2525 description : |
26- The python version to be used. Will be 3.8 by default
26+ The python version to be used. Will be 3.9 by default
2727 timeout-minutes :
2828 required : false
2929 type : number
Original file line number Diff line number Diff line change 6464 - name : Setup miniconda
6565 uses : pytorch/test-infra/.github/actions/setup-miniconda@main
6666 with :
67- python-version : 3.8
67+ python-version : 3.9
6868 environment-file : .github/requirements/conda-env-${{ runner.os }}-${{ runner.arch }}.txt
6969
7070 - name : Install NDK
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 BUILD_WHEEL : 1
147147 MAX_JOBS : 8
148148 CUDA_VERSION : ${{ inputs.cuda-version }}
149- PYTHON_VERSION : " 3.8 "
149+ PYTHON_VERSION : " 3.9 "
150150 SCCACHE_BUCKET : " ossci-compiler-cache"
151151 SCCACHE_S3_KEY_PREFIX : ${{ github.workflow }}
152152 SCCACHE_REGION : us-east-1
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 env :
156156 USE_CUDA : ${{ inputs.cuda-version != 'cpu' && '1' || '0' }}
157157 INSTALL_WINDOWS_SDK : 1
158- PYTHON_VERSION : 3.8
158+ PYTHON_VERSION : 3.9
159159 CONTINUE_THROUGH_ERROR : ${{ steps.keep-going.outputs.keep-going }}
160160 VERBOSE_TEST_LOGS : ${{ steps.keep-going.outputs.ci-verbose-test-logs }}
161161 TEST_SHOWLOCALS : ${{ steps.keep-going.outputs.ci-test-showlocals }}
Original file line number Diff line number Diff line change 4646 - name : Setup Python
4747 uses : actions/setup-python@v4
4848 with :
49- python-version : ' 3.8 '
49+ python-version : ' 3.9 '
5050 architecture : x64
5151 check-latest : false
5252 cache : pip
Original file line number Diff line number Diff line change 5252 - name : Setup Python
5353 uses : actions/setup-python@v4
5454 with :
55- python-version : ' 3.8 '
55+ python-version : ' 3.9 '
5656 cache : pip
5757 architecture : x64
5858
8383
8484concurrency :
8585 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
86- cancel-in-progress : true
86+ cancel-in-progress : true
Original file line number Diff line number Diff line change 2222 - name : Setup Python
2323 uses : actions/setup-python@v4
2424 with :
25- python-version : ' 3.8 '
25+ python-version : ' 3.9 '
2626 architecture : x64
2727 check-latest : false
2828 cache : pip
You can’t perform that action at this time.
0 commit comments