File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
build_runner :
116
116
- [ macos-13, "macos_x86_64" ]
117
117
- [ macos-14, "macos_arm64" ]
118
- version : ["3.11", "3.14t"]
118
+ version : ["3.11", "3.14t-dev "]
119
119
120
120
steps :
121
121
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -124,14 +124,9 @@ jobs:
124
124
fetch-tags : true
125
125
persist-credentials : false
126
126
127
- - uses : astral-sh /setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
127
+ - uses : actions /setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
128
128
with :
129
- activate-environment : true
130
129
python-version : ${{ matrix.version }}
131
- enable-cache : false
132
-
133
- - run :
134
- uv pip install --python=${{ matrix.version }} pip
135
130
136
131
- uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
137
132
if : ${{ matrix.build_runner[0] == 'macos-13' }}
Original file line number Diff line number Diff line change 24
24
matrix :
25
25
compiler-pyversion :
26
26
- ["MSVC", "3.11"]
27
- - ["Clang-cl", "3.14t"]
27
+ - ["Clang-cl", "3.14t-dev "]
28
28
29
29
steps :
30
30
- name : Checkout
35
35
persist-credentials : false
36
36
37
37
- name : Setup Python
38
- uses : astral-sh /setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
38
+ - uses : actions /setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
39
39
with :
40
- activate-environment : true
41
40
python-version : ${{ matrix.compiler-pyversion[1] }}
42
- enable-cache : false
43
-
44
- - run :
45
- uv pip install --python=${{ matrix.version }} pip
46
41
47
42
- name : Install build dependencies from PyPI
48
43
run : |
You can’t perform that action at this time.
0 commit comments