File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v4
11+ with :
12+ fetch-depth : 0
1113 - name : Run tox
1214 uses : ./.github/actions/py3-tox
1315 with :
1921 steps :
2022 - name : Checkout
2123 uses : actions/checkout@v4
24+ with :
25+ fetch-depth : 0
2226 - name : Run tox
2327 uses : ./.github/actions/py3-tox
2428 with :
3539 steps :
3640 - name : Checkout
3741 uses : actions/checkout@v4
42+ with :
43+ fetch-depth : 0
3844 - name : Run tox
3945 uses : ./.github/actions/py3-tox
4046 with :
4652 steps :
4753 - name : Checkout
4854 uses : actions/checkout@v4
55+ with :
56+ fetch-depth : 0
4957 - name : Install python 3.12
5058 uses : actions/setup-python@v5
5159 id : pyinst
6573 steps :
6674 - name : Checkout
6775 uses : actions/checkout@v4
76+ with :
77+ fetch-depth : 0
6878 - name : Run tox
6979 uses : ./.github/actions/py3-tox
7080 with :
You can’t perform that action at this time.
0 commit comments