Skip to content

Commit ba96fa9

Browse files
committed
MNT: switch back to setup-python in CI
1 parent 088fe37 commit ba96fa9

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,9 @@ jobs:
124124
fetch-tags: true
125125
persist-credentials: false
126126

127-
- uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
127+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
128128
with:
129-
activate-environment: true
130129
python-version: ${{ matrix.version }}
131-
enable-cache: false
132-
133-
- run:
134-
uv pip install --python=${{ matrix.version }} pip
135130

136131
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
137132
if: ${{ matrix.build_runner[0] == 'macos-13' }}

.github/workflows/windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Setup Python
38-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
38+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3939
with:
40-
activate-environment: true
4140
python-version: ${{ matrix.compiler-pyversion[1] }}
42-
enable-cache: false
43-
44-
- run:
45-
uv pip install --python=${{ matrix.version }} pip
4641

4742
- name: Install build dependencies from PyPI
4843
run: |

0 commit comments

Comments
 (0)