File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 - name : Set up Python
2424 uses : actions/setup-python@v5
2525 with :
26- python-version : 3.8
26+ python-version : " 3.10 "
2727 - name : Install poetry
2828 run : |
2929 pip install poetry
4949 - name : Set up Python
5050 uses : actions/setup-python@v5
5151 with :
52- python-version : 3.8
52+ python-version : " 3.10 "
5353 - name : Install poetry
5454 run : |
5555 pip install poetry
7575 - name : Set up Python
7676 uses : actions/setup-python@v5
7777 with :
78- python-version : 3.8
78+ python-version : " 3.10 "
7979 - name : Install poetry
8080 run : |
8181 pip install poetry
@@ -104,7 +104,7 @@ jobs:
104104 # - name: Set up Python
105105 # uses: actions/setup-python@v5
106106 # with:
107- # python-version: 3.8
107+ # python-version: "3.10"
108108 # - name: Install poetry
109109 # run: |
110110 # pip install poetry
Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : 3.8
22+ python-version : " 3.10 "
2323 - name : Install poetry
2424 run : |
2525 pip install poetry
Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : 3.8
18+ python-version : " 3.10 "
1919 - name : Install poetry
2020 run : |
2121 pip install poetry
5252 - name : Set up Python
5353 uses : actions/setup-python@v5
5454 with :
55- python-version : 3.8
55+ python-version : " 3.10 "
5656 - name : Install poetry
5757 run : |
5858 pip install poetry
You can’t perform that action at this time.
0 commit comments