File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - name : Set up Python 3.10
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : 3.10
15+ python-version : " 3.10"
1616 - name : Installing depencencies
1717 run : |
1818 python -m pip install --upgrade pip
3232 - name : Set up Python 3.10
3333 uses : actions/setup-python@v5
3434 with :
35- python-version : 3.10
35+ python-version : " 3.10"
3636 - name : Installing depencencies
3737 run : |
3838 python -m pip install --upgrade pip
5252 - name : Set up Python 3.10
5353 uses : actions/setup-python@v5
5454 with :
55- python-version : 3.10
55+ python-version : " 3.10"
5656 - name : Installing depencencies
5757 run : |
5858 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 3838 - name : Set up Python
3939 uses : actions/setup-python@v4
4040 with :
41- python-version : ' 3.9 '
41+ python-version : ' 3.10 '
4242
4343 - name : Install dependencies
4444 run : |
You can’t perform that action at this time.
0 commit comments