Skip to content

Commit ba61048

Browse files
committed
fix
1 parent ff33c3a commit ba61048

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ defaults:
1010
run:
1111
shell: bash
1212

13-
env:
14-
UV_SYSTEM_PYTHON: 1
15-
1613
jobs:
1714
pytester:
1815
runs-on: ${{ matrix.os }}
@@ -32,15 +29,12 @@ jobs:
3229

3330
steps:
3431
- uses: actions/checkout@v4
35-
36-
- name: Install uv
37-
uses: astral-sh/setup-uv@v6
38-
39-
- name: Set up Python ${{ matrix.python-version }}
32+
- name: Install uv and setup python
4033
uses: astral-sh/setup-uv@v6
4134
with:
4235
python-version: ${{ matrix.python-version }}
4336
enable-cache: true
37+
- run: uv pip install --python=${{ matrix.python-version }} pip
4438

4539
- name: Set min. dependencies
4640
if: matrix.requires == 'oldest'

0 commit comments

Comments
 (0)