There was an error while loading. Please reload this page.
1 parent ff33c3a commit ba61048Copy full SHA for ba61048
1 file changed
.github/workflows/ci-testing.yml
@@ -10,9 +10,6 @@ defaults:
10
run:
11
shell: bash
12
13
-env:
14
- UV_SYSTEM_PYTHON: 1
15
-
16
jobs:
17
pytester:
18
runs-on: ${{ matrix.os }}
@@ -32,15 +29,12 @@ jobs:
32
29
33
30
steps:
34
31
- 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 }}
+ - name: Install uv and setup python
40
uses: astral-sh/setup-uv@v6
41
with:
42
python-version: ${{ matrix.python-version }}
43
enable-cache: true
+ - run: uv pip install --python=${{ matrix.python-version }} pip
44
45
- name: Set min. dependencies
46
if: matrix.requires == 'oldest'
0 commit comments