Skip to content

Commit d231300

Browse files
committed
Remove python-setup
1 parent 173a7f9 commit d231300

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "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
@@ -39,11 +38,6 @@ jobs:
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:
@@ -70,9 +64,6 @@ jobs:
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:
@@ -106,9 +97,6 @@ jobs:
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:

0 commit comments

Comments
 (0)