File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1616 uses : conda-incubator/setup-miniconda@v2
1717 with :
1818 miniconda-version : " latest"
19- python-version : 3.8
19+ python-version : " 3.10 "
2020
2121 - name : Setup nightly version
2222 run : |
Original file line number Diff line number Diff line change 4848 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
4949 - uses : actions/setup-python@v4
5050 with :
51- python-version : 3.8
51+ python-version : " 3.10 "
5252 - name : Build hvd hvd-base
5353 working-directory : docker
5454 run : |
8686 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
8787 - uses : actions/setup-python@v4
8888 with :
89- python-version : 3.8
89+ python-version : " 3.10 "
9090 - name : Build hvd hvd-apex
9191 working-directory : docker
9292 run : |
@@ -124,7 +124,7 @@ jobs:
124124 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
125125 - uses : actions/setup-python@v4
126126 with :
127- python-version : 3.8
127+ python-version : " 3.10 "
128128 - name : Build main base
129129 working-directory : docker
130130 run : |
@@ -159,7 +159,7 @@ jobs:
159159 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
160160 - uses : actions/setup-python@v4
161161 with :
162- python-version : 3.8
162+ python-version : " 3.10 "
163163 - name : Build main apex
164164 working-directory : docker
165165 run : |
@@ -194,7 +194,7 @@ jobs:
194194 sudo rm -rf "$AGENT_TOOLSDIRECTORY"
195195 - uses : actions/setup-python@v4
196196 with :
197- python-version : 3.8
197+ python-version : " 3.10 "
198198 - name : Build msdp msdp-apex
199199 working-directory : docker
200200 run : |
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-python@v4
1919 with :
20- python-version : 3.8
20+ python-version : " 3.10 "
2121 # TODO
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 - uses : actions/setup-python@v4
2222 with :
23- python-version : 3.8
23+ python-version : " 3.10 "
2424
2525 - run : sudo npm install katex -g
2626 - uses : actions/cache@v3
5151 - uses : actions/checkout@v4
5252 - uses : actions/setup-python@v4
5353 with :
54- python-version : 3.8
54+ python-version : " 3.10 "
5555
5656 - uses : actions/cache@v3
5757 with :
7272 - uses : actions/checkout@v4
7373 - uses : actions/setup-python@v4
7474 with :
75- python-version : 3.8
75+ python-version : " 3.10 "
7676
7777 - run : sudo npm install katex -g
7878 - uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -22,38 +22,38 @@ jobs:
2222 - pytorch-version : 1.4.0
2323 python-version : 3.9
2424 - pytorch-version : 1.4.0
25- python-version : 3.10
25+ python-version : " 3.10"
2626
2727 - pytorch-version : 1.5.1
2828 python-version : 3.9
2929 - pytorch-version : 1.5.1
30- python-version : 3.10
30+ python-version : " 3.10"
3131
3232 - pytorch-version : 1.6.0
3333 python-version : 3.9
3434 - pytorch-version : 1.6.0
35- python-version : 3.10
35+ python-version : " 3.10"
3636
3737 # disabling python 3.9 support with PyTorch 1.7.1 and 1.8.1, to stop repeated pytorch-version test fail.
3838 # https://github.com/pytorch/ignite/issues/2383
3939 - pytorch-version : 1.7.1
4040 python-version : 3.9
4141 - pytorch-version : 1.7.1
42- python-version : 3.10
42+ python-version : " 3.10"
4343
4444 - pytorch-version : 1.8.1
4545 python-version : 3.9
4646 - pytorch-version : 1.8.1
47- python-version : 3.10
47+ python-version : " 3.10"
4848
4949 - pytorch-version : 1.9.1
50- python-version : 3.10
50+ python-version : " 3.10"
5151
5252 - pytorch-version : 1.10.0
53- python-version : 3.10
53+ python-version : " 3.10"
5454
5555 - pytorch-version : 1.11.0
56- python-version : 3.10
56+ python-version : " 3.10"
5757
5858 steps :
5959 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1414 uses : conda-incubator/setup-miniconda@v2
1515 with :
1616 miniconda-version : " latest"
17- python-version : 3.8
17+ python-version : " 3.10 "
1818
1919 - name : Install dependencies
2020 shell : bash -l {0}
Original file line number Diff line number Diff line change 1414 uses : conda-incubator/setup-miniconda@v2
1515 with :
1616 miniconda-version : " latest"
17- python-version : 3.8
17+ python-version : " 3.10 "
1818
1919 - name : Install dependencies
2020 shell : bash -l {0}
4040 # - uses: actions/checkout@v4
4141 # - uses: actions/setup-python@v4
4242 # with:
43- # python-version: 3.8
43+ # python-version: "3.10"
You can’t perform that action at this time.
0 commit comments