File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ jobs:
1818 - uses : actions/checkout@v5
1919 with :
2020 persist-credentials : false
21+ fetch-depth : 0
2122 - name : Setup python
2223 uses : actions/setup-python@v6
2324 with :
24- python-version : ' 3.14'
25+ python-version : ' 3.14'
2526 - id : setup-uv
2627 name : Setup UV
2728 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v5
2626 with :
2727 persist-credentials : false
28+ fetch-depth : 0
2829 - id : setup-uv
2930 uses : astral-sh/setup-uv@v7
3031 with :
@@ -49,10 +50,11 @@ jobs:
4950 - uses : actions/checkout@v5
5051 with :
5152 persist-credentials : false
53+ fetch-depth : 0
5254 - name : Setup python
5355 uses : actions/setup-python@v6
5456 with :
55- python-version : ' ${{ matrix.py_version }}'
57+ python-version : ' ${{ matrix.py_version }}'
5658 - id : setup-uv
5759 name : Setup UV
5860 uses : astral-sh/setup-uv@v7
You can’t perform that action at this time.
0 commit comments