File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - name : Set up Python 3.10
1515 uses : actions/setup-python@v6
1616 with :
17- python-version : 3.10
17+ python-version : ' 3.10'
1818 - name : Install dependencies
1919 run : |
2020 python -m pip install --upgrade pip
6767 - name : Set up Python 3.10
6868 uses : actions/setup-python@v6
6969 with :
70- python-version : 3.10
70+ python-version : ' 3.10'
7171 - name : Install dependencies
7272 run : |
7373 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1818 - name : Set up Python 3.10
1919 uses : actions/setup-python@v6
2020 with :
21- python-version : 3.10
21+ python-version : ' 3.10'
2222 - name : Install dependencies
2323 run : |
2424 python -m pip install --upgrade pip
7171 - name : Set up Python 3.10
7272 uses : actions/setup-python@v6
7373 with :
74- python-version : 3.10
74+ python-version : ' 3.10'
7575 - name : Install dependencies
7676 run : |
7777 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2020 - name : Set up Python 3.10
2121 uses : actions/setup-python@v6
2222 with :
23- python-version : 3.10
23+ python-version : ' 3.10'
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments