File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # need to fetch unshallow so that setuptools_scm can infer the version
3232 fetch-depth : 0
3333
34+ # debug
35+ - name : Git shorthash
36+ run : git rev-parse --short HEAD
37+
3438 - name : Python
3539 uses : actions/setup-python@v5
3640 with :
6064 # need to fetch unshallow so that setuptools_scm can infer the version
6165 fetch-depth : 0
6266
67+ # debug
68+ - name : Git shorthash
69+ run : git rev-parse --short HEAD
70+
6371 - name : Python
6472 uses : actions/setup-python@v5
6573 with :
Original file line number Diff line number Diff line change 2525 # see https://github.com/vyperlang/vyper/blob/8f9a8cac49aafb3fbc9dde78f0f6125c390c32f0/.github/workflows/build.yml#L27-L32
2626 fetch-depth : 0
2727
28+ # debug
29+ - name : Git shorthash
30+ run : git rev-parse --short HEAD
31+
2832 - name : Python
2933 uses : actions/setup-python@v5
3034 with :
You can’t perform that action at this time.
0 commit comments