File tree 4 files changed +13
-11
lines changed
4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Lint with Flake8
24
24
run : |
25
- python -m pip install --upgrade uv
26
- uv pip install --system --upgrade flake8
27
- flake8
25
+ pipx run flake8
28
26
29
27
test :
30
28
needs :
@@ -44,10 +42,11 @@ jobs:
44
42
with :
45
43
python-version : ${{ matrix.python-version }}
46
44
45
+ - name : Install uv
46
+ uses : astral-sh/setup-uv@v3
47
+
47
48
- name : Install dependencies
48
49
run : |
49
- python -m pip install --upgrade uv
50
- uv pip install --system --upgrade pip setuptools wheel
51
50
uv pip install --system --upgrade '.[test,docs]'
52
51
uv pip list --system
53
52
Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ jobs:
24
24
env :
25
25
SERVICEX_YAML : ${{ secrets.SERVICEX_YAML }}
26
26
27
+ - name : Install uv
28
+ uses : astral-sh/setup-uv@v3
29
+
27
30
- name : Install package
28
31
run : |
29
- python -m pip install --upgrade uv
30
- uv pip install --system --upgrade pip setuptools wheel
31
32
uv pip install --system --upgrade '.[test]'
32
33
uv pip list --system
33
34
Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ jobs:
30
30
with :
31
31
python-version : ' 3.12'
32
32
33
+ - name : Install uv
34
+ uses : astral-sh/setup-uv@v3
35
+
33
36
- name : Install Python dependencies
34
37
run : |
35
- python -m pip install uv
36
- uv pip install --system --upgrade pip wheel
37
38
uv pip install --system --upgrade ".[docs]"
38
39
uv pip list --system
39
40
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ jobs:
22
22
with :
23
23
python-version : ' 3.12'
24
24
25
+ - name : Install uv
26
+ uses : astral-sh/setup-uv@v3
27
+
25
28
- name : Install python-build and twine
26
29
run : |
27
- python -m pip install --upgrade uv
28
- uv pip install --system --upgrade pip
29
30
uv pip install --system build twine
30
31
uv pip list --system
31
32
You can’t perform that action at this time.
0 commit comments