File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v2
1414
15- - name : Initialize Python 3.7
15+ - name : Initialize Python 3.8
1616 uses : actions/setup-python@v1
1717 with :
18- python-version : 3.7
18+ python-version : 3.8
1919
2020 - name : Install dependencies
2121 run : |
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v2
1414
15- - name : Initialize Python 3.7
15+ - name : Initialize Python 3.8
1616 uses : actions/setup-python@v1
1717 with :
18- python-version : 3.7
18+ python-version : 3.8
1919
2020 - name : Install dependencies
2121 run : |
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 steps :
2525 - uses : actions/checkout@v2
2626
27- - name : Initialize Python 3.7
27+ - name : Initialize Python 3.8
2828 uses : actions/setup-python@v1
2929 with :
30- python-version : 3.7
30+ python-version : 3.8
3131
3232 - name : Install dependencies
3333 run : |
You can’t perform that action at this time.
0 commit comments