File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 11name : " python tests and coverage"
22# Uses:
3- # https://github.com/actions/setup-python : v5.6.0 a26af69be951a213d495a4c3e4e4022e16d87065
43# https://github.com/actions/checkout : v4.2.2 11bd71901bbe5b1630ceea73d27597364c9af683
54# https://github.com/actions/download-artifact : v5.0.0 634f93cb2916e3fdff6788551b99b062d0335ce0
65# https://github.com/actions/upload-artifact : v4.6.2 ea165f8d65b6e75b540449e92b4886f43607fa02
3938 - name : " Repo checkout"
4039 uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
4140
42- - name : " Set up Python ${{ matrix.python-version }}"
43- uses : " actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065"
44- with :
45- allow-prereleases : true
46-
4741 - name : " Install the latest version of uv"
4842 uses : " astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc"
4943 with :
7064 - name : " Repo checkout"
7165 uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
7266
73- - name : " Set up Python"
74- uses : " actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065"
75-
7667 - name : " Install the latest version of uv"
7768 uses : " astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc"
7869 with :
10697 - name : " Repo checkout"
10798 uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
10899
109- - name : " Set up Python"
110- uses : " actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065"
111-
112100 - name : " Install the latest version of uv"
113101 uses : " astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc"
114102 with :
You can’t perform that action at this time.
0 commit comments